Html Css Color HEX #C5891E Nugget

📋 copy color: '#C5891E'

red 197 ◦ green 137 ◦ blue 30

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

Shades of Nugget #C5891E

Tints of Nugget #C5891E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.64%

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

R = 54.12%
G = 37.64%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C5891E (or 0xC5891E) is known color: Nugget. HEX triplet: C5, 89 and 1E. RGB value is (197,137,30). Sum of RGB (Red+Green+Blue) = 197+137+30=364 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.12% from 364); Green value is 137 (53.91% from 255 or 37.64% from 364); Blue value is 30 (12.11% from 255 or 8.24% from 364); Max value from RGB is 197 - color contains mainly: red. Hex color #C5891E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5891E is #3A76E1. Grayscale: #8F8F8F. Windows color (decimal): -3831522 or 2001349. OLE color: 2001349.

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

Color convert

RGB 197 137 30 -
CMYK 0 0.30 0.85 0.23
HSL 38.44º 0.74% 0.45% -
HSV(B) 38.44º 0.85% 0.77% -
XYZ 32.21 29.86 5.29 -
YUV 142.74 64.38 166.7 -
System Red Green Blue C M Y K H S L
Decimal 197 137 30 0 0.30 0.85 0.23 38.44 0.74 0.45
Hex C5 89 1E 0 1E 55 17 26 4A 2D
Octal 305 211 36 0 36 125 27 46 112 55
Binary 11000101 10001001 11110 0 11110 1010101 10111 100110 1001010 101101

Color Harmonies of #C5891E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5891E

Black with #C5891E

Text Example


Text Example

White with #C5891E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5891E; }

 p { color: rgb(197,137,30); }

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

background-color css

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

 a { background-color: rgb(197,137,30); }

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

border-color css

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

 span { border-color: rgb(197,137,30); }

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