Html Css Color HEX #C4912E Nugget

📋 copy color: '#C4912E'

red 196 ◦ green 145 ◦ blue 46

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

Shades of Nugget #C4912E

Tints of Nugget #C4912E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.89%

R = 50.65%
G = 37.47%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C4912E (or 0xC4912E) is known color: Nugget. HEX triplet: C4, 91 and 2E. RGB value is (196,145,46). Sum of RGB (Red+Green+Blue) = 196+145+46=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 46 (18.36% from 255 or 11.89% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C4912E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4912E is #3B6ED1. Grayscale: #959595. Windows color (decimal): -3894994 or 3051972. OLE color: 3051972.

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

Color convert

RGB 196 145 46 -
CMYK 0 0.26 0.77 0.23
HSL 39.6º 0.62% 0.47% -
HSV(B) 39.6º 0.77% 0.77% -
XYZ 33.38 32.18 7.04 -
YUV 148.96 69.9 161.55 -
System Red Green Blue C M Y K H S L
Decimal 196 145 46 0 0.26 0.77 0.23 39.6 0.62 0.47
Hex C4 91 2E 0 1A 4D 17 28 3E 2F
Octal 304 221 56 0 32 115 27 50 76 57
Binary 11000100 10010001 101110 0 11010 1001101 10111 101000 111110 101111

Color Harmonies of #C4912E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4912E

Black with #C4912E

Text Example


Text Example

White with #C4912E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4912E; }

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

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

background-color css

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

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

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

border-color css

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

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

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