Html Css Color HEX #C3835F Burning Sand

📋 copy color: '#C3835F'

red 195 ◦ green 131 ◦ blue 95

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

Shades of Burning Sand #C3835F

Tints of Burning Sand #C3835F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.12%

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

R = 46.32%
G = 31.12%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C3835F (or 0xC3835F) is known color: Burning Sand. HEX triplet: C3, 83 and 5F. RGB value is (195,131,95). Sum of RGB (Red+Green+Blue) = 195+131+95=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 131 (51.56% from 255 or 31.12% from 421); Blue value is 95 (37.5% from 255 or 22.57% from 421); Max value from RGB is 195 - color contains mainly: red. Hex color #C3835F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3835F is #3C7CA0. Grayscale: #929292. Windows color (decimal): -3964065 or 6259651. OLE color: 6259651.

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

Color convert

RGB 195 131 95 -
CMYK 0 0.33 0.51 0.24
HSL 21.6º 0.45% 0.57% -
HSV(B) 21.6º 0.51% 0.76% -
XYZ 32.69 28.66 14.64 -
YUV 146.03 99.2 162.93 -
System Red Green Blue C M Y K H S L
Decimal 195 131 95 0 0.33 0.51 0.24 21.6 0.45 0.57
Hex C3 83 5F 0 21 33 18 16 2D 39
Octal 303 203 137 0 41 63 30 26 55 71
Binary 11000011 10000011 1011111 0 100001 110011 11000 10110 101101 111001

Color Harmonies of #C3835F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3835F

Black with #C3835F

Text Example


Text Example

White with #C3835F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3835F; }

 p { color: rgb(195,131,95); }

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

background-color css

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

 a { background-color: rgb(195,131,95); }

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

border-color css

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

 span { border-color: rgb(195,131,95); }

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