Html Css Color HEX #C58C1B Nugget

📋 copy color: '#C58C1B'

red 197 ◦ green 140 ◦ blue 27

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

Shades of Nugget #C58C1B

Tints of Nugget #C58C1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.42%

R = 54.12%
G = 38.46%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C58C1B (or 0xC58C1B) is known color: Nugget. HEX triplet: C5, 8C and 1B. RGB value is (197,140,27). Sum of RGB (Red+Green+Blue) = 197+140+27=364 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.12% from 364); Green value is 140 (55.08% from 255 or 38.46% from 364); Blue value is 27 (10.94% from 255 or 7.42% from 364); Max value from RGB is 197 - color contains mainly: red. Hex color #C58C1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58C1B is #3A73E4. Grayscale: #909090. Windows color (decimal): -3830757 or 1805509. OLE color: 1805509.

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

Color convert

RGB 197 140 27 -
CMYK 0 0.29 0.86 0.23
HSL 39.88º 0.76% 0.44% -
HSV(B) 39.88º 0.86% 0.77% -
XYZ 32.6 30.71 5.25 -
YUV 144.16 61.88 165.69 -
System Red Green Blue C M Y K H S L
Decimal 197 140 27 0 0.29 0.86 0.23 39.88 0.76 0.44
Hex C5 8C 1B 0 1D 56 17 28 4C 2C
Octal 305 214 33 0 35 126 27 50 114 54
Binary 11000101 10001100 11011 0 11101 1010110 10111 101000 1001100 101100

Color Harmonies of #C58C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58C1B

Black with #C58C1B

Text Example


Text Example

White with #C58C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58C1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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