Html Css Color HEX #C58A1B Nugget

📋 copy color: '#C58A1B'

red 197 ◦ green 138 ◦ blue 27

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

Shades of Nugget #C58A1B

Tints of Nugget #C58A1B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.12%

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

R = 54.42%
G = 38.12%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C58A1B (or 0xC58A1B) is known color: Nugget. HEX triplet: C5, 8A and 1B. RGB value is (197,138,27). Sum of RGB (Red+Green+Blue) = 197+138+27=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 138 (54.30% from 255 or 38.12% from 362); Blue value is 27 (10.94% from 255 or 7.46% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58A1B is #3A75E4. Grayscale: #8F8F8F. Windows color (decimal): -3831269 or 1804997. OLE color: 1804997.

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

Color convert

RGB 197 138 27 -
CMYK 0 0.30 0.86 0.23
HSL 39.18º 0.76% 0.44% -
HSV(B) 39.18º 0.86% 0.77% -
XYZ 32.31 30.13 5.15 -
YUV 142.99 62.55 166.53 -
System Red Green Blue C M Y K H S L
Decimal 197 138 27 0 0.30 0.86 0.23 39.18 0.76 0.44
Hex C5 8A 1B 0 1E 56 17 27 4C 2C
Octal 305 212 33 0 36 126 27 47 114 54
Binary 11000101 10001010 11011 0 11110 1010110 10111 100111 1001100 101100

Color Harmonies of #C58A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58A1B

Black with #C58A1B

Text Example


Text Example

White with #C58A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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