Html Css Color HEX #C58A1D Nugget

📋 copy color: '#C58A1D'

red 197 ◦ green 138 ◦ blue 29

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

Shades of Nugget #C58A1D

Tints of Nugget #C58A1D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.91%

 BLUE value IS 29 (11.72% from 255) = 7.97%

R = 54.12%
G = 37.91%
B = 7.97%

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

#C58A1D (or 0xC58A1D) is known color: Nugget. HEX triplet: C5, 8A and 1D. RGB value is (197,138,29). Sum of RGB (Red+Green+Blue) = 197+138+29=364 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.12% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 29 (11.72% from 255 or 7.97% from 364); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58A1D is #3A75E2. Grayscale: #8F8F8F. Windows color (decimal): -3831267 or 1936069. OLE color: 1936069.

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

Color convert

RGB 197 138 29 -
CMYK 0 0.30 0.85 0.23
HSL 38.93º 0.74% 0.44% -
HSV(B) 38.93º 0.85% 0.77% -
XYZ 32.34 30.14 5.27 -
YUV 143.22 63.55 166.36 -
System Red Green Blue C M Y K H S L
Decimal 197 138 29 0 0.30 0.85 0.23 38.93 0.74 0.44
Hex C5 8A 1D 0 1E 55 17 27 4A 2C
Octal 305 212 35 0 36 125 27 47 112 54
Binary 11000101 10001010 11101 0 11110 1010101 10111 100111 1001010 101100

Color Harmonies of #C58A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58A1D

Black with #C58A1D

Text Example


Text Example

White with #C58A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58A1D; }

 p { color: rgb(197,138,29); }

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

background-color css

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

 a { background-color: rgb(197,138,29); }

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

border-color css

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

 span { border-color: rgb(197,138,29); }

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