Html Css Color HEX #C5835F Burning Sand

📋 copy color: '#C5835F'

red 197 ◦ green 131 ◦ blue 95

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

Shades of Burning Sand #C5835F

Tints of Burning Sand #C5835F

RGB

 RED value IS 197 (77.34% from 255) = 46.57%

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

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

R = 46.57%
G = 30.97%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5835F (or 0xC5835F) is known color: Burning Sand. HEX triplet: C5, 83 and 5F. RGB value is (197,131,95). Sum of RGB (Red+Green+Blue) = 197+131+95=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 95 (37.5% from 255 or 22.46% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C5835F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5835F is #3A7CA0. Grayscale: #929292. Windows color (decimal): -3832993 or 6259653. OLE color: 6259653.

HSL color Cylindrical-coordinate representation of color #C5835F: hue angle of 21.18º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C5835F is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 131 95 -
CMYK 0 0.34 0.52 0.23
HSL 21.18º 0.47% 0.57% -
HSV(B) 21.18º 0.52% 0.77% -
XYZ 33.21 28.93 14.66 -
YUV 146.63 98.87 163.93 -
System Red Green Blue C M Y K H S L
Decimal 197 131 95 0 0.34 0.52 0.23 21.18 0.47 0.57
Hex C5 83 5F 0 22 34 17 15 2F 39
Octal 305 203 137 0 42 64 27 25 57 71
Binary 11000101 10000011 1011111 0 100010 110100 10111 10101 101111 111001

Color Harmonies of #C5835F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5835F

Black with #C5835F

Text Example


Text Example

White with #C5835F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5835F; }

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

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

background-color css

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

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

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

border-color css

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

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

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