Html Css Color HEX #C7845A Burning Sand

📋 copy color: '#C7845A'

red 199 ◦ green 132 ◦ blue 90

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

Shades of Burning Sand #C7845A

Tints of Burning Sand #C7845A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.38%

R = 47.27%
G = 31.35%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C7845A (or 0xC7845A) is known color: Burning Sand. HEX triplet: C7, 84 and 5A. RGB value is (199,132,90). Sum of RGB (Red+Green+Blue) = 199+132+90=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 132 (51.95% from 255 or 31.35% from 421); Blue value is 90 (35.55% from 255 or 21.38% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C7845A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7845A is #387BA5. Grayscale: #939393. Windows color (decimal): -3701670 or 5932231. OLE color: 5932231.

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

Color convert

RGB 199 132 90 -
CMYK 0 0.34 0.55 0.22
HSL 23.12º 0.49% 0.57% -
HSV(B) 23.12º 0.55% 0.78% -
XYZ 33.65 29.38 13.57 -
YUV 147.25 95.7 164.92 -
System Red Green Blue C M Y K H S L
Decimal 199 132 90 0 0.34 0.55 0.22 23.12 0.49 0.57
Hex C7 84 5A 0 22 37 16 17 31 39
Octal 307 204 132 0 42 67 26 27 61 71
Binary 11000111 10000100 1011010 0 100010 110111 10110 10111 110001 111001

Color Harmonies of #C7845A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7845A

Black with #C7845A

Text Example


Text Example

White with #C7845A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7845A; }

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

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

background-color css

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

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

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

border-color css

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

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

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