Html Css Color HEX #C58F1C Nugget

📋 copy color: '#C58F1C'

red 197 ◦ green 143 ◦ blue 28

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

Shades of Nugget #C58F1C

Tints of Nugget #C58F1C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.86%

 BLUE value IS 28 (11.33% from 255) = 7.61%

R = 53.53%
G = 38.86%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C58F1C (or 0xC58F1C) is known color: Nugget. HEX triplet: C5, 8F and 1C. RGB value is (197,143,28). Sum of RGB (Red+Green+Blue) = 197+143+28=368 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.53% from 368); Green value is 143 (56.25% from 255 or 38.86% from 368); Blue value is 28 (11.33% from 255 or 7.61% from 368); Max value from RGB is 197 - color contains mainly: red. Hex color #C58F1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58F1C is #3A70E3. Grayscale: #929292. Windows color (decimal): -3829988 or 1871813. OLE color: 1871813.

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

Color convert

RGB 197 143 28 -
CMYK 0 0.27 0.86 0.23
HSL 40.83º 0.75% 0.44% -
HSV(B) 40.83º 0.86% 0.77% -
XYZ 33.06 31.6 5.46 -
YUV 146.04 61.39 164.35 -
System Red Green Blue C M Y K H S L
Decimal 197 143 28 0 0.27 0.86 0.23 40.83 0.75 0.44
Hex C5 8F 1C 0 1B 56 17 29 4B 2C
Octal 305 217 34 0 33 126 27 51 113 54
Binary 11000101 10001111 11100 0 11011 1010110 10111 101001 1001011 101100

Color Harmonies of #C58F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58F1C

Black with #C58F1C

Text Example


Text Example

White with #C58F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58F1C; }

 p { color: rgb(197,143,28); }

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

background-color css

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

 a { background-color: rgb(197,143,28); }

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

border-color css

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

 span { border-color: rgb(197,143,28); }

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