Html Css Color HEX #C58B1E Nugget

📋 copy color: '#C58B1E'

red 197 ◦ green 139 ◦ blue 30

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

Shades of Nugget #C58B1E

Tints of Nugget #C58B1E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.98%

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

R = 53.83%
G = 37.98%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C58B1E (or 0xC58B1E) is known color: Nugget. HEX triplet: C5, 8B and 1E. RGB value is (197,139,30). Sum of RGB (Red+Green+Blue) = 197+139+30=366 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.83% from 366); Green value is 139 (54.69% from 255 or 37.98% from 366); Blue value is 30 (12.11% from 255 or 8.20% from 366); Max value from RGB is 197 - color contains mainly: red. Hex color #C58B1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58B1E is #3A74E1. Grayscale: #909090. Windows color (decimal): -3831010 or 2001861. OLE color: 2001861.

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

Color convert

RGB 197 139 30 -
CMYK 0 0.29 0.85 0.23
HSL 39.16º 0.74% 0.45% -
HSV(B) 39.16º 0.85% 0.77% -
XYZ 32.49 30.43 5.39 -
YUV 143.92 63.72 165.86 -
System Red Green Blue C M Y K H S L
Decimal 197 139 30 0 0.29 0.85 0.23 39.16 0.74 0.45
Hex C5 8B 1E 0 1D 55 17 27 4A 2D
Octal 305 213 36 0 35 125 27 47 112 55
Binary 11000101 10001011 11110 0 11101 1010101 10111 100111 1001010 101101

Color Harmonies of #C58B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58B1E

Black with #C58B1E

Text Example


Text Example

White with #C58B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58B1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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