Html Css Color HEX #C5845F Burning Sand

📋 copy color: '#C5845F'

red 197 ◦ green 132 ◦ blue 95

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

Shades of Burning Sand #C5845F

Tints of Burning Sand #C5845F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.41%

R = 46.46%
G = 31.13%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5845F (or 0xC5845F) is known color: Burning Sand. HEX triplet: C5, 84 and 5F. RGB value is (197,132,95). Sum of RGB (Red+Green+Blue) = 197+132+95=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 132 (51.95% from 255 or 31.13% from 424); Blue value is 95 (37.5% from 255 or 22.41% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C5845F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5845F is #3A7BA0. Grayscale: #939393. Windows color (decimal): -3832737 or 6259909. OLE color: 6259909.

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

Color convert

RGB 197 132 95 -
CMYK 0 0.33 0.52 0.23
HSL 21.76º 0.47% 0.57% -
HSV(B) 21.76º 0.52% 0.77% -
XYZ 33.34 29.2 14.71 -
YUV 147.22 98.53 163.51 -
System Red Green Blue C M Y K H S L
Decimal 197 132 95 0 0.33 0.52 0.23 21.76 0.47 0.57
Hex C5 84 5F 0 21 34 17 16 2F 39
Octal 305 204 137 0 41 64 27 26 57 71
Binary 11000101 10000100 1011111 0 100001 110100 10111 10110 101111 111001

Color Harmonies of #C5845F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5845F

Black with #C5845F

Text Example


Text Example

White with #C5845F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5845F; }

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

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

background-color css

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

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

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

border-color css

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

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

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