Html Css Color HEX #C58F23 Nugget

📋 copy color: '#C58F23'

red 197 ◦ green 143 ◦ blue 35

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

Shades of Nugget #C58F23

Tints of Nugget #C58F23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.33%

R = 52.53%
G = 38.13%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C58F23 (or 0xC58F23) is known color: Nugget. HEX triplet: C5, 8F and 23. RGB value is (197,143,35). Sum of RGB (Red+Green+Blue) = 197+143+35=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 35 (14.06% from 255 or 9.33% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C58F23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58F23 is #3A70DC. Grayscale: #939393. Windows color (decimal): -3829981 or 2330565. OLE color: 2330565.

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

Color convert

RGB 197 143 35 -
CMYK 0 0.27 0.82 0.23
HSL 40º 0.7% 0.45% -
HSV(B) 40º 0.82% 0.77% -
XYZ 33.15 31.64 5.95 -
YUV 146.83 64.89 163.78 -
System Red Green Blue C M Y K H S L
Decimal 197 143 35 0 0.27 0.82 0.23 40 0.7 0.45
Hex C5 8F 23 0 1B 52 17 28 46 2D
Octal 305 217 43 0 33 122 27 50 106 55
Binary 11000101 10001111 100011 0 11011 1010010 10111 101000 1000110 101101

Color Harmonies of #C58F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58F23

Black with #C58F23

Text Example


Text Example

White with #C58F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58F23; }

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

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

background-color css

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

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

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

border-color css

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

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

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