Html Css Color HEX #C3845B Burning Sand

📋 copy color: '#C3845B'

red 195 ◦ green 132 ◦ blue 91

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

Shades of Burning Sand #C3845B

Tints of Burning Sand #C3845B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.77%

R = 46.65%
G = 31.58%
B = 21.77%

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

#C3845B (or 0xC3845B) is known color: Burning Sand. HEX triplet: C3, 84 and 5B. RGB value is (195,132,91). Sum of RGB (Red+Green+Blue) = 195+132+91=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 132 (51.95% from 255 or 31.58% from 418); Blue value is 91 (35.94% from 255 or 21.77% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C3845B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3845B is #3C7BA4. Grayscale: #929292. Windows color (decimal): -3963813 or 5997763. OLE color: 5997763.

HSL color Cylindrical-coordinate representation of color #C3845B: hue angle of 23.65º 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 #C3845B is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 132 91 -
CMYK 0 0.32 0.53 0.24
HSL 23.65º 0.46% 0.56% -
HSV(B) 23.65º 0.53% 0.76% -
XYZ 32.65 28.86 13.75 -
YUV 146.16 96.87 162.83 -
System Red Green Blue C M Y K H S L
Decimal 195 132 91 0 0.32 0.53 0.24 23.65 0.46 0.56
Hex C3 84 5B 0 20 35 18 18 2E 38
Octal 303 204 133 0 40 65 30 30 56 70
Binary 11000011 10000100 1011011 0 100000 110101 11000 11000 101110 111000

Color Harmonies of #C3845B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3845B

Black with #C3845B

Text Example


Text Example

White with #C3845B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3845B; }

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

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

background-color css

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

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

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

border-color css

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

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

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