Html Css Color HEX #C5845B Burning Sand

📋 copy color: '#C5845B'

red 197 ◦ green 132 ◦ blue 91

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

Shades of Burning Sand #C5845B

Tints of Burning Sand #C5845B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.43%

 BLUE value IS 91 (35.94% from 255) = 21.67%

R = 46.9%
G = 31.43%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C5845B (or 0xC5845B) is known color: Burning Sand. HEX triplet: C5, 84 and 5B. RGB value is (197,132,91). Sum of RGB (Red+Green+Blue) = 197+132+91=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 132 (51.95% from 255 or 31.43% from 420); Blue value is 91 (35.94% from 255 or 21.67% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C5845B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5845B is #3A7BA4. Grayscale: #929292. Windows color (decimal): -3832741 or 5997765. OLE color: 5997765.

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

Color convert

RGB 197 132 91 -
CMYK 0 0.33 0.54 0.23
HSL 23.21º 0.48% 0.56% -
HSV(B) 23.21º 0.54% 0.77% -
XYZ 33.17 29.13 13.77 -
YUV 146.76 96.53 163.83 -
System Red Green Blue C M Y K H S L
Decimal 197 132 91 0 0.33 0.54 0.23 23.21 0.48 0.56
Hex C5 84 5B 0 21 36 17 17 30 38
Octal 305 204 133 0 41 66 27 27 60 70
Binary 11000101 10000100 1011011 0 100001 110110 10111 10111 110000 111000

Color Harmonies of #C5845B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5845B

Black with #C5845B

Text Example


Text Example

White with #C5845B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5845B; }

 p { color: rgb(197,132,91); }

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

background-color css

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

 a { background-color: rgb(197,132,91); }

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

border-color css

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

 span { border-color: rgb(197,132,91); }

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