Html Css Color HEX #C58C19 Nugget

📋 copy color: '#C58C19'

red 197 ◦ green 140 ◦ blue 25

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

Shades of Nugget #C58C19

Tints of Nugget #C58C19

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.67%

 BLUE value IS 25 (10.16% from 255) = 6.91%

R = 54.42%
G = 38.67%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C58C19 (or 0xC58C19) is known color: Nugget. HEX triplet: C5, 8C and 19. RGB value is (197,140,25). Sum of RGB (Red+Green+Blue) = 197+140+25=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 25 (10.16% from 255 or 6.91% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C58C19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58C19 is #3A73E6. Grayscale: #909090. Windows color (decimal): -3830759 or 1674437. OLE color: 1674437.

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

Color convert

RGB 197 140 25 -
CMYK 0 0.29 0.87 0.23
HSL 40.12º 0.77% 0.44% -
HSV(B) 40.12º 0.87% 0.77% -
XYZ 32.58 30.7 5.13 -
YUV 143.93 60.88 165.85 -
System Red Green Blue C M Y K H S L
Decimal 197 140 25 0 0.29 0.87 0.23 40.12 0.77 0.44
Hex C5 8C 19 0 1D 57 17 28 4D 2C
Octal 305 214 31 0 35 127 27 50 115 54
Binary 11000101 10001100 11001 0 11101 1010111 10111 101000 1001101 101100

Color Harmonies of #C58C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58C19

Black with #C58C19

Text Example


Text Example

White with #C58C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58C19; }

 p { color: rgb(197,140,25); }

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

background-color css

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

 a { background-color: rgb(197,140,25); }

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

border-color css

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

 span { border-color: rgb(197,140,25); }

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