Html Css Color HEX #C5912B Nugget

📋 copy color: '#C5912B'

red 197 ◦ green 145 ◦ blue 43

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

Shades of Nugget #C5912B

Tints of Nugget #C5912B

RGB

 RED value IS 197 (77.34% from 255) = 51.17%

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

 BLUE value IS 43 (17.19% from 255) = 11.17%

R = 51.17%
G = 37.66%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C5912B (or 0xC5912B) is known color: Nugget. HEX triplet: C5, 91 and 2B. RGB value is (197,145,43). Sum of RGB (Red+Green+Blue) = 197+145+43=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 43 (17.19% from 255 or 11.17% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C5912B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5912B is #3A6ED4. Grayscale: #959595. Windows color (decimal): -3829461 or 2855365. OLE color: 2855365.

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

Color convert

RGB 197 145 43 -
CMYK 0 0.26 0.78 0.23
HSL 39.74º 0.64% 0.47% -
HSV(B) 39.74º 0.78% 0.77% -
XYZ 33.59 32.3 6.75 -
YUV 148.92 68.23 162.29 -
System Red Green Blue C M Y K H S L
Decimal 197 145 43 0 0.26 0.78 0.23 39.74 0.64 0.47
Hex C5 91 2B 0 1A 4E 17 28 40 2F
Octal 305 221 53 0 32 116 27 50 100 57
Binary 11000101 10010001 101011 0 11010 1001110 10111 101000 1000000 101111

Color Harmonies of #C5912B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5912B

Black with #C5912B

Text Example


Text Example

White with #C5912B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5912B; }

 p { color: rgb(197,145,43); }

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

background-color css

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

 a { background-color: rgb(197,145,43); }

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

border-color css

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

 span { border-color: rgb(197,145,43); }

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