Html Css Color HEX #C58D1A Nugget

📋 copy color: '#C58D1A'

red 197 ◦ green 141 ◦ blue 26

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

Shades of Nugget #C58D1A

Tints of Nugget #C58D1A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.74%

 BLUE value IS 26 (10.55% from 255) = 7.14%

R = 54.12%
G = 38.74%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C58D1A (or 0xC58D1A) is known color: Nugget. HEX triplet: C5, 8D and 1A. RGB value is (197,141,26). Sum of RGB (Red+Green+Blue) = 197+141+26=364 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.12% from 364); Green value is 141 (55.47% from 255 or 38.74% from 364); Blue value is 26 (10.55% from 255 or 7.14% from 364); Max value from RGB is 197 - color contains mainly: red. Hex color #C58D1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58D1A is #3A72E5. Grayscale: #919191. Windows color (decimal): -3830502 or 1740229. OLE color: 1740229.

HSL color Cylindrical-coordinate representation of color #C58D1A: hue angle of 40.35º 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 #C58D1A is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 141 26 -
CMYK 0 0.28 0.87 0.23
HSL 40.35º 0.77% 0.44% -
HSV(B) 40.35º 0.87% 0.77% -
XYZ 32.74 30.99 5.23 -
YUV 144.63 61.05 165.35 -
System Red Green Blue C M Y K H S L
Decimal 197 141 26 0 0.28 0.87 0.23 40.35 0.77 0.44
Hex C5 8D 1A 0 1C 57 17 28 4D 2C
Octal 305 215 32 0 34 127 27 50 115 54
Binary 11000101 10001101 11010 0 11100 1010111 10111 101000 1001101 101100

Color Harmonies of #C58D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58D1A

Black with #C58D1A

Text Example


Text Example

White with #C58D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58D1A; }

 p { color: rgb(197,141,26); }

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

background-color css

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

 a { background-color: rgb(197,141,26); }

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

border-color css

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

 span { border-color: rgb(197,141,26); }

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