Html Css Color HEX #C3835A Burning Sand

📋 copy color: '#C3835A'

red 195 ◦ green 131 ◦ blue 90

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

Shades of Burning Sand #C3835A

Tints of Burning Sand #C3835A

RGB

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

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

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

R = 46.88%
G = 31.49%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C3835A (or 0xC3835A) is known color: Burning Sand. HEX triplet: C3, 83 and 5A. RGB value is (195,131,90). Sum of RGB (Red+Green+Blue) = 195+131+90=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 131 (51.56% from 255 or 31.49% from 416); Blue value is 90 (35.55% from 255 or 21.63% from 416); Max value from RGB is 195 - color contains mainly: red. Hex color #C3835A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3835A is #3C7CA5. Grayscale: #919191. Windows color (decimal): -3964070 or 5931971. OLE color: 5931971.

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

Color convert

RGB 195 131 90 -
CMYK 0 0.33 0.54 0.24
HSL 23.43º 0.47% 0.56% -
HSV(B) 23.43º 0.54% 0.76% -
XYZ 32.47 28.57 13.48 -
YUV 145.46 96.7 163.33 -
System Red Green Blue C M Y K H S L
Decimal 195 131 90 0 0.33 0.54 0.24 23.43 0.47 0.56
Hex C3 83 5A 0 21 36 18 17 2F 38
Octal 303 203 132 0 41 66 30 27 57 70
Binary 11000011 10000011 1011010 0 100001 110110 11000 10111 101111 111000

Color Harmonies of #C3835A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3835A

Black with #C3835A

Text Example


Text Example

White with #C3835A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3835A; }

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

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

background-color css

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

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

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

border-color css

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

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

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