Html Css Color HEX #C58250 Raw Sienna

📋 copy color: '#C58250'

red 197 ◦ green 130 ◦ blue 80

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

Shades of Raw Sienna #C58250

Tints of Raw Sienna #C58250

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.94%

 BLUE value IS 80 (31.64% from 255) = 19.66%

R = 48.4%
G = 31.94%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C58250 (or 0xC58250) is known color: Raw Sienna. HEX triplet: C5, 82 and 50. RGB value is (197,130,80). Sum of RGB (Red+Green+Blue) = 197+130+80=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 80 (31.64% from 255 or 19.66% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C58250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58250 is #3A7DAF. Grayscale: #909090. Windows color (decimal): -3833264 or 5276357. OLE color: 5276357.

HSL color Cylindrical-coordinate representation of color #C58250: hue angle of 25.64º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C58250 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 130 80 -
CMYK 0 0.34 0.59 0.23
HSL 25.64º 0.5% 0.54% -
HSV(B) 25.64º 0.59% 0.77% -
XYZ 32.46 28.41 11.36 -
YUV 144.33 91.7 165.57 -
System Red Green Blue C M Y K H S L
Decimal 197 130 80 0 0.34 0.59 0.23 25.64 0.5 0.54
Hex C5 82 50 0 22 3B 17 1A 32 36
Octal 305 202 120 0 42 73 27 32 62 66
Binary 11000101 10000010 1010000 0 100010 111011 10111 11010 110010 110110

Color Harmonies of #C58250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58250

Black with #C58250

Text Example


Text Example

White with #C58250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58250; }

 p { color: rgb(197,130,80); }

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

background-color css

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

 a { background-color: rgb(197,130,80); }

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

border-color css

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

 span { border-color: rgb(197,130,80); }

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