Html Css Color HEX #C58A1F Nugget

📋 copy color: '#C58A1F'

red 197 ◦ green 138 ◦ blue 31

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

Shades of Nugget #C58A1F

Tints of Nugget #C58A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.47%

R = 53.83%
G = 37.7%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C58A1F (or 0xC58A1F) is known color: Nugget. HEX triplet: C5, 8A and 1F. RGB value is (197,138,31). Sum of RGB (Red+Green+Blue) = 197+138+31=366 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.83% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 31 (12.5% from 255 or 8.47% from 366); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58A1F is #3A75E0. Grayscale: #8F8F8F. Windows color (decimal): -3831265 or 2067141. OLE color: 2067141.

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

Color convert

RGB 197 138 31 -
CMYK 0 0.30 0.84 0.23
HSL 38.67º 0.73% 0.45% -
HSV(B) 38.67º 0.84% 0.77% -
XYZ 32.36 30.15 5.41 -
YUV 143.44 64.55 166.2 -
System Red Green Blue C M Y K H S L
Decimal 197 138 31 0 0.30 0.84 0.23 38.67 0.73 0.45
Hex C5 8A 1F 0 1E 54 17 27 49 2D
Octal 305 212 37 0 36 124 27 47 111 55
Binary 11000101 10001010 11111 0 11110 1010100 10111 100111 1001001 101101

Color Harmonies of #C58A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58A1F

Black with #C58A1F

Text Example


Text Example

White with #C58A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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