Html Css Color HEX #C58F1D Nugget

📋 copy color: '#C58F1D'

red 197 ◦ green 143 ◦ blue 29

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

Shades of Nugget #C58F1D

Tints of Nugget #C58F1D

RGB

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

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

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

R = 53.39%
G = 38.75%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C58F1D (or 0xC58F1D) is known color: Nugget. HEX triplet: C5, 8F and 1D. RGB value is (197,143,29). Sum of RGB (Red+Green+Blue) = 197+143+29=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 143 (56.25% from 255 or 38.75% from 369); Blue value is 29 (11.72% from 255 or 7.86% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C58F1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58F1D is #3A70E2. Grayscale: #929292. Windows color (decimal): -3829987 or 1937349. OLE color: 1937349.

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

Color convert

RGB 197 143 29 -
CMYK 0 0.27 0.85 0.23
HSL 40.71º 0.74% 0.44% -
HSV(B) 40.71º 0.85% 0.77% -
XYZ 33.07 31.6 5.52 -
YUV 146.15 61.89 164.27 -
System Red Green Blue C M Y K H S L
Decimal 197 143 29 0 0.27 0.85 0.23 40.71 0.74 0.44
Hex C5 8F 1D 0 1B 55 17 29 4A 2C
Octal 305 217 35 0 33 125 27 51 112 54
Binary 11000101 10001111 11101 0 11011 1010101 10111 101001 1001010 101100

Color Harmonies of #C58F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58F1D

Black with #C58F1D

Text Example


Text Example

White with #C58F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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