Html Css Color HEX #C4875F Burning Sand

📋 copy color: '#C4875F'

red 196 ◦ green 135 ◦ blue 95

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

Shades of Burning Sand #C4875F

Tints of Burning Sand #C4875F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.69%

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

R = 46.01%
G = 31.69%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C4875F (or 0xC4875F) is known color: Burning Sand. HEX triplet: C4, 87 and 5F. RGB value is (196,135,95). Sum of RGB (Red+Green+Blue) = 196+135+95=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 135 (53.12% from 255 or 31.69% from 426); Blue value is 95 (37.5% from 255 or 22.30% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C4875F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4875F is #3B78A0. Grayscale: #949494. Windows color (decimal): -3897505 or 6260676. OLE color: 6260676.

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

Color convert

RGB 196 135 95 -
CMYK 0 0.31 0.52 0.23
HSL 23.76º 0.46% 0.57% -
HSV(B) 23.76º 0.52% 0.77% -
XYZ 33.49 29.89 14.83 -
YUV 148.68 97.71 161.75 -
System Red Green Blue C M Y K H S L
Decimal 196 135 95 0 0.31 0.52 0.23 23.76 0.46 0.57
Hex C4 87 5F 0 1F 34 17 18 2E 39
Octal 304 207 137 0 37 64 27 30 56 71
Binary 11000100 10000111 1011111 0 11111 110100 10111 11000 101110 111001

Color Harmonies of #C4875F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4875F

Black with #C4875F

Text Example


Text Example

White with #C4875F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4875F; }

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

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

background-color css

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

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

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

border-color css

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

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

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