Html Css Color HEX #C08A1F Nugget

📋 copy color: '#C08A1F'

red 192 ◦ green 138 ◦ blue 31

#C08A1F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nugget #C08A1F

Tints of Nugget #C08A1F

RGB

 RED value IS 192 (75.39% from 255) = 53.19%

 GREEN value IS 138 (54.3% from 255) = 38.23%

 BLUE value IS 31 (12.5% from 255) = 8.59%

R = 53.19%
G = 38.23%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C08A1F (or 0xC08A1F) is known color: Nugget. HEX triplet: C0, 8A and 1F. RGB value is (192,138,31). Sum of RGB (Red+Green+Blue) = 192+138+31=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 31 (12.5% from 255 or 8.59% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08A1F is #3F75E0. Grayscale: #8E8E8E. Windows color (decimal): -4158945 or 2067136. OLE color: 2067136.

HSL color Cylindrical-coordinate representation of color #C08A1F: hue angle of 39.88º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C08A1F is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 138 31 -
CMYK 0 0.28 0.84 0.25
HSL 39.88º 0.72% 0.44% -
HSV(B) 39.88º 0.84% 0.75% -
XYZ 31.07 29.48 5.35 -
YUV 141.95 65.39 163.7 -
System Red Green Blue C M Y K H S L
Decimal 192 138 31 0 0.28 0.84 0.25 39.88 0.72 0.44
Hex C0 8A 1F 0 1C 54 19 28 48 2C
Octal 300 212 37 0 34 124 31 50 110 54
Binary 11000000 10001010 11111 0 11100 1010100 11001 101000 1001000 101100

Color Harmonies of #C08A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08A1F

Black with #C08A1F

Text Example


Text Example

White with #C08A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08A1F; }

 p { color: rgb(192,138,31); }

 H1.HeaderClassName
 {
   color: #C08A1F;
 }
 .AnyTagClassName
 {
   color: #C08A1F;
 }
</style>

background-color css

<style>
 a { background-color: #C08A1F; }

 a { background-color: rgb(192,138,31); }

 div.DivClassName
 {
   background-color: #C08A1F;
 }
 .BgClassName
 {
   background-color: #C08A1F;
 }
</style>

border-color css

<style>
 span { border-color: #C08A1F; }

 span { border-color: rgb(192,138,31); }

 td.TdClassName
 {
   border-color: #C08A1F;
 }
 .TagClassName
 {
   border-color: #C08A1F;
 }
</style>