Html Css Color HEX #C58C1F Nugget

📋 copy color: '#C58C1F'

red 197 ◦ green 140 ◦ blue 31

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

Shades of Nugget #C58C1F

Tints of Nugget #C58C1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.42%

R = 53.53%
G = 38.04%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C58C1F (or 0xC58C1F) is known color: Nugget. HEX triplet: C5, 8C and 1F. RGB value is (197,140,31). Sum of RGB (Red+Green+Blue) = 197+140+31=368 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.53% from 368); Green value is 140 (55.08% from 255 or 38.04% from 368); Blue value is 31 (12.5% from 255 or 8.42% from 368); Max value from RGB is 197 - color contains mainly: red. Hex color #C58C1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58C1F is #3A73E0. Grayscale: #919191. Windows color (decimal): -3830753 or 2067653. OLE color: 2067653.

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

Color convert

RGB 197 140 31 -
CMYK 0 0.29 0.84 0.23
HSL 39.4º 0.73% 0.45% -
HSV(B) 39.4º 0.84% 0.77% -
XYZ 32.65 30.73 5.51 -
YUV 144.62 63.88 165.36 -
System Red Green Blue C M Y K H S L
Decimal 197 140 31 0 0.29 0.84 0.23 39.4 0.73 0.45
Hex C5 8C 1F 0 1D 54 17 27 49 2D
Octal 305 214 37 0 35 124 27 47 111 55
Binary 11000101 10001100 11111 0 11101 1010100 10111 100111 1001001 101101

Color Harmonies of #C58C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58C1F

Black with #C58C1F

Text Example


Text Example

White with #C58C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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