Html Css Color HEX #C4865F Burning Sand

📋 copy color: '#C4865F'

red 196 ◦ green 134 ◦ blue 95

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

Shades of Burning Sand #C4865F

Tints of Burning Sand #C4865F

RGB

 RED value IS 196 (76.95% from 255) = 46.12%

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

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

R = 46.12%
G = 31.53%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C4865F (or 0xC4865F) is known color: Burning Sand. HEX triplet: C4, 86 and 5F. RGB value is (196,134,95). Sum of RGB (Red+Green+Blue) = 196+134+95=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 95 (37.5% from 255 or 22.35% from 425); Max value from RGB is 196 - color contains mainly: red. Hex color #C4865F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4865F is #3B79A0. Grayscale: #949494. Windows color (decimal): -3897761 or 6260420. OLE color: 6260420.

HSL color Cylindrical-coordinate representation of color #C4865F: hue angle of 23.17º degrees, saturation: 0.46, 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 #C4865F is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 134 95 -
CMYK 0 0.32 0.52 0.23
HSL 23.17º 0.46% 0.57% -
HSV(B) 23.17º 0.52% 0.77% -
XYZ 33.36 29.61 14.78 -
YUV 148.09 98.04 162.17 -
System Red Green Blue C M Y K H S L
Decimal 196 134 95 0 0.32 0.52 0.23 23.17 0.46 0.57
Hex C4 86 5F 0 20 34 17 17 2E 39
Octal 304 206 137 0 40 64 27 27 56 71
Binary 11000100 10000110 1011111 0 100000 110100 10111 10111 101110 111001

Color Harmonies of #C4865F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4865F

Black with #C4865F

Text Example


Text Example

White with #C4865F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4865F; }

 p { color: rgb(196,134,95); }

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

background-color css

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

 a { background-color: rgb(196,134,95); }

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

border-color css

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

 span { border-color: rgb(196,134,95); }

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