Html Css Color HEX #C58B1A Nugget

📋 copy color: '#C58B1A'

red 197 ◦ green 139 ◦ blue 26

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

Shades of Nugget #C58B1A

Tints of Nugget #C58B1A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.4%

 BLUE value IS 26 (10.55% from 255) = 7.18%

R = 54.42%
G = 38.4%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C58B1A (or 0xC58B1A) is known color: Nugget. HEX triplet: C5, 8B and 1A. RGB value is (197,139,26). Sum of RGB (Red+Green+Blue) = 197+139+26=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 139 (54.69% from 255 or 38.40% from 362); Blue value is 26 (10.55% from 255 or 7.18% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C58B1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58B1A is #3A74E5. Grayscale: #8F8F8F. Windows color (decimal): -3831014 or 1739717. OLE color: 1739717.

HSL color Cylindrical-coordinate representation of color #C58B1A: hue angle of 39.65º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C58B1A is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 139 26 -
CMYK 0 0.29 0.87 0.23
HSL 39.65º 0.77% 0.44% -
HSV(B) 39.65º 0.87% 0.77% -
XYZ 32.45 30.41 5.14 -
YUV 143.46 61.72 166.19 -
System Red Green Blue C M Y K H S L
Decimal 197 139 26 0 0.29 0.87 0.23 39.65 0.77 0.44
Hex C5 8B 1A 0 1D 57 17 28 4D 2C
Octal 305 213 32 0 35 127 27 50 115 54
Binary 11000101 10001011 11010 0 11101 1010111 10111 101000 1001101 101100

Color Harmonies of #C58B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58B1A

Black with #C58B1A

Text Example


Text Example

White with #C58B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58B1A; }

 p { color: rgb(197,139,26); }

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

background-color css

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

 a { background-color: rgb(197,139,26); }

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

border-color css

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

 span { border-color: rgb(197,139,26); }

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