Html Css Color HEX #C4911E Nugget

📋 copy color: '#C4911E'

red 196 ◦ green 145 ◦ blue 30

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

Shades of Nugget #C4911E

Tints of Nugget #C4911E

RGB

 RED value IS 196 (76.95% from 255) = 52.83%

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

 BLUE value IS 30 (12.11% from 255) = 8.09%

R = 52.83%
G = 39.08%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C4911E (or 0xC4911E) is known color: Nugget. HEX triplet: C4, 91 and 1E. RGB value is (196,145,30). Sum of RGB (Red+Green+Blue) = 196+145+30=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 30 (12.11% from 255 or 8.09% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C4911E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4911E is #3B6EE1. Grayscale: #939393. Windows color (decimal): -3895010 or 2003396. OLE color: 2003396.

HSL color Cylindrical-coordinate representation of color #C4911E: hue angle of 41.57º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C4911E is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 145 30 -
CMYK 0 0.26 0.85 0.23
HSL 41.57º 0.73% 0.44% -
HSV(B) 41.57º 0.85% 0.77% -
XYZ 33.12 32.08 5.67 -
YUV 147.14 61.9 162.85 -
System Red Green Blue C M Y K H S L
Decimal 196 145 30 0 0.26 0.85 0.23 41.57 0.73 0.44
Hex C4 91 1E 0 1A 55 17 2A 49 2C
Octal 304 221 36 0 32 125 27 52 111 54
Binary 11000100 10010001 11110 0 11010 1010101 10111 101010 1001001 101100

Color Harmonies of #C4911E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4911E

Black with #C4911E

Text Example


Text Example

White with #C4911E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4911E; }

 p { color: rgb(196,145,30); }

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

background-color css

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

 a { background-color: rgb(196,145,30); }

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

border-color css

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

 span { border-color: rgb(196,145,30); }

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