Html Css Color HEX #C3845C Burning Sand

📋 copy color: '#C3845C'

red 195 ◦ green 132 ◦ blue 92

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

Shades of Burning Sand #C3845C

Tints of Burning Sand #C3845C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.96%

R = 46.54%
G = 31.5%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C3845C (or 0xC3845C) is known color: Burning Sand. HEX triplet: C3, 84 and 5C. RGB value is (195,132,92). Sum of RGB (Red+Green+Blue) = 195+132+92=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 132 (51.95% from 255 or 31.50% from 419); Blue value is 92 (36.33% from 255 or 21.96% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C3845C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3845C is #3C7BA3. Grayscale: #929292. Windows color (decimal): -3963812 or 6063299. OLE color: 6063299.

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

Color convert

RGB 195 132 92 -
CMYK 0 0.32 0.53 0.24
HSL 23.3º 0.46% 0.56% -
HSV(B) 23.3º 0.53% 0.76% -
XYZ 32.69 28.88 13.98 -
YUV 146.28 97.37 162.75 -
System Red Green Blue C M Y K H S L
Decimal 195 132 92 0 0.32 0.53 0.24 23.3 0.46 0.56
Hex C3 84 5C 0 20 35 18 17 2E 38
Octal 303 204 134 0 40 65 30 27 56 70
Binary 11000011 10000100 1011100 0 100000 110101 11000 10111 101110 111000

Color Harmonies of #C3845C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3845C

Black with #C3845C

Text Example


Text Example

White with #C3845C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3845C; }

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

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

background-color css

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

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

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

border-color css

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

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

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