Html Css Color HEX #C5865C Burning Sand

📋 copy color: '#C5865C'

red 197 ◦ green 134 ◦ blue 92

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

Shades of Burning Sand #C5865C

Tints of Burning Sand #C5865C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.68%

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

R = 46.57%
G = 31.68%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C5865C (or 0xC5865C) is known color: Burning Sand. HEX triplet: C5, 86 and 5C. RGB value is (197,134,92). Sum of RGB (Red+Green+Blue) = 197+134+92=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 92 (36.33% from 255 or 21.75% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C5865C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5865C is #3A79A3. Grayscale: #949494. Windows color (decimal): -3832228 or 6063813. OLE color: 6063813.

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

Color convert

RGB 197 134 92 -
CMYK 0 0.32 0.53 0.23
HSL 24º 0.48% 0.57% -
HSV(B) 24º 0.53% 0.77% -
XYZ 33.48 29.69 14.09 -
YUV 148.05 96.37 162.92 -
System Red Green Blue C M Y K H S L
Decimal 197 134 92 0 0.32 0.53 0.23 24 0.48 0.57
Hex C5 86 5C 0 20 35 17 18 30 39
Octal 305 206 134 0 40 65 27 30 60 71
Binary 11000101 10000110 1011100 0 100000 110101 10111 11000 110000 111001

Color Harmonies of #C5865C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5865C

Black with #C5865C

Text Example


Text Example

White with #C5865C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5865C; }

 p { color: rgb(197,134,92); }

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

background-color css

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

 a { background-color: rgb(197,134,92); }

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

border-color css

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

 span { border-color: rgb(197,134,92); }

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