Html Css Color HEX #C7845F Burning Sand

📋 copy color: '#C7845F'

red 199 ◦ green 132 ◦ blue 95

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

Shades of Burning Sand #C7845F

Tints of Burning Sand #C7845F

RGB

 RED value IS 199 (78.13% from 255) = 46.71%

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

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

R = 46.71%
G = 30.99%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C7845F (or 0xC7845F) is known color: Burning Sand. HEX triplet: C7, 84 and 5F. RGB value is (199,132,95). Sum of RGB (Red+Green+Blue) = 199+132+95=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 95 (37.5% from 255 or 22.30% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C7845F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7845F is #387BA0. Grayscale: #949494. Windows color (decimal): -3701665 or 6259911. OLE color: 6259911.

HSL color Cylindrical-coordinate representation of color #C7845F: hue angle of 21.35º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C7845F is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 132 95 -
CMYK 0 0.34 0.52 0.22
HSL 21.35º 0.48% 0.58% -
HSV(B) 21.35º 0.52% 0.78% -
XYZ 33.87 29.47 14.73 -
YUV 147.82 98.2 164.51 -
System Red Green Blue C M Y K H S L
Decimal 199 132 95 0 0.34 0.52 0.22 21.35 0.48 0.58
Hex C7 84 5F 0 22 34 16 15 30 3A
Octal 307 204 137 0 42 64 26 25 60 72
Binary 11000111 10000100 1011111 0 100010 110100 10110 10101 110000 111010

Color Harmonies of #C7845F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7845F

Black with #C7845F

Text Example


Text Example

White with #C7845F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7845F; }

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

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

background-color css

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

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

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

border-color css

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

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

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