Html Css Color HEX #C0911F Nugget

📋 copy color: '#C0911F'

red 192 ◦ green 145 ◦ blue 31

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

Shades of Nugget #C0911F

Tints of Nugget #C0911F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.4%

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

R = 52.17%
G = 39.4%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C0911F (or 0xC0911F) is known color: Nugget. HEX triplet: C0, 91 and 1F. RGB value is (192,145,31). Sum of RGB (Red+Green+Blue) = 192+145+31=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 145 (57.03% from 255 or 39.40% from 368); Blue value is 31 (12.5% from 255 or 8.42% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C0911F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0911F is #3F6EE0. Grayscale: #929292. Windows color (decimal): -4157153 or 2068928. OLE color: 2068928.

HSL color Cylindrical-coordinate representation of color #C0911F: hue angle of 42.48º 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 #C0911F is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 145 31 -
CMYK 0 0.24 0.84 0.25
HSL 42.48º 0.72% 0.44% -
HSV(B) 42.48º 0.84% 0.75% -
XYZ 32.11 31.56 5.69 -
YUV 146.06 63.07 160.77 -
System Red Green Blue C M Y K H S L
Decimal 192 145 31 0 0.24 0.84 0.25 42.48 0.72 0.44
Hex C0 91 1F 0 18 54 19 2A 48 2C
Octal 300 221 37 0 30 124 31 52 110 54
Binary 11000000 10010001 11111 0 11000 1010100 11001 101010 1001000 101100

Color Harmonies of #C0911F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0911F

Black with #C0911F

Text Example


Text Example

White with #C0911F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0911F; }

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

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

background-color css

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

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

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

border-color css

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

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

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