Html Css Color HEX #C3845E Burning Sand

📋 copy color: '#C3845E'

red 195 ◦ green 132 ◦ blue 94

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

Shades of Burning Sand #C3845E

Tints of Burning Sand #C3845E

RGB

 RED value IS 195 (76.56% from 255) = 46.32%

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

 BLUE value IS 94 (37.11% from 255) = 22.33%

R = 46.32%
G = 31.35%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C3845E (or 0xC3845E) is known color: Burning Sand. HEX triplet: C3, 84 and 5E. RGB value is (195,132,94). Sum of RGB (Red+Green+Blue) = 195+132+94=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 132 (51.95% from 255 or 31.35% from 421); Blue value is 94 (37.11% from 255 or 22.33% from 421); Max value from RGB is 195 - color contains mainly: red. Hex color #C3845E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3845E is #3C7BA1. Grayscale: #929292. Windows color (decimal): -3963810 or 6194371. OLE color: 6194371.

HSL color Cylindrical-coordinate representation of color #C3845E: hue angle of 22.57º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C3845E is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 132 94 -
CMYK 0 0.32 0.52 0.24
HSL 22.57º 0.46% 0.57% -
HSV(B) 22.57º 0.52% 0.76% -
XYZ 32.78 28.91 14.44 -
YUV 146.51 98.37 162.59 -
System Red Green Blue C M Y K H S L
Decimal 195 132 94 0 0.32 0.52 0.24 22.57 0.46 0.57
Hex C3 84 5E 0 20 34 18 17 2E 39
Octal 303 204 136 0 40 64 30 27 56 71
Binary 11000011 10000100 1011110 0 100000 110100 11000 10111 101110 111001

Color Harmonies of #C3845E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3845E

Black with #C3845E

Text Example


Text Example

White with #C3845E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3845E; }

 p { color: rgb(195,132,94); }

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

background-color css

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

 a { background-color: rgb(195,132,94); }

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

border-color css

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

 span { border-color: rgb(195,132,94); }

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