Html Css Color HEX #C4875E Burning Sand

📋 copy color: '#C4875E'

red 196 ◦ green 135 ◦ blue 94

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

Shades of Burning Sand #C4875E

Tints of Burning Sand #C4875E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.12%

R = 46.12%
G = 31.76%
B = 22.12%

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

#C4875E (or 0xC4875E) is known color: Burning Sand. HEX triplet: C4, 87 and 5E. RGB value is (196,135,94). Sum of RGB (Red+Green+Blue) = 196+135+94=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 94 (37.11% from 255 or 22.12% from 425); Max value from RGB is 196 - color contains mainly: red. Hex color #C4875E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4875E is #3B78A1. Grayscale: #949494. Windows color (decimal): -3897506 or 6195140. OLE color: 6195140.

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

Color convert

RGB 196 135 94 -
CMYK 0 0.31 0.52 0.23
HSL 24.12º 0.46% 0.57% -
HSV(B) 24.12º 0.52% 0.77% -
XYZ 33.45 29.87 14.59 -
YUV 148.57 97.21 161.83 -
System Red Green Blue C M Y K H S L
Decimal 196 135 94 0 0.31 0.52 0.23 24.12 0.46 0.57
Hex C4 87 5E 0 1F 34 17 18 2E 39
Octal 304 207 136 0 37 64 27 30 56 71
Binary 11000100 10000111 1011110 0 11111 110100 10111 11000 101110 111001

Color Harmonies of #C4875E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4875E

Black with #C4875E

Text Example


Text Example

White with #C4875E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4875E; }

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

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

background-color css

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

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

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

border-color css

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

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

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