Html Css Color HEX #C4845F Burning Sand

📋 copy color: '#C4845F'

red 196 ◦ green 132 ◦ blue 95

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

Shades of Burning Sand #C4845F

Tints of Burning Sand #C4845F

RGB

 RED value IS 196 (76.95% from 255) = 46.34%

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

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

R = 46.34%
G = 31.21%
B = 22.46%

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

#C4845F (or 0xC4845F) is known color: Burning Sand. HEX triplet: C4, 84 and 5F. RGB value is (196,132,95). Sum of RGB (Red+Green+Blue) = 196+132+95=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 132 (51.95% from 255 or 31.21% from 423); Blue value is 95 (37.5% from 255 or 22.46% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C4845F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4845F is #3B7BA0. Grayscale: #939393. Windows color (decimal): -3898273 or 6259908. OLE color: 6259908.

HSL color Cylindrical-coordinate representation of color #C4845F: hue angle of 21.98º degrees, saturation: 0.46, 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 #C4845F is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 132 95 -
CMYK 0 0.33 0.52 0.23
HSL 21.98º 0.46% 0.57% -
HSV(B) 21.98º 0.52% 0.77% -
XYZ 33.08 29.06 14.69 -
YUV 146.92 98.7 163.01 -
System Red Green Blue C M Y K H S L
Decimal 196 132 95 0 0.33 0.52 0.23 21.98 0.46 0.57
Hex C4 84 5F 0 21 34 17 16 2E 39
Octal 304 204 137 0 41 64 27 26 56 71
Binary 11000100 10000100 1011111 0 100001 110100 10111 10110 101110 111001

Color Harmonies of #C4845F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4845F

Black with #C4845F

Text Example


Text Example

White with #C4845F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4845F; }

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

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

background-color css

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

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

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

border-color css

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

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

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