Html Css Color HEX #863C33 Prairie Sand

📋 copy color: '#863C33'

red 134 ◦ green 60 ◦ blue 51

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

Shades of Prairie Sand #863C33

Tints of Prairie Sand #863C33

RGB

 RED value IS 134 (52.73% from 255) = 54.69%

 GREEN value IS 60 (23.83% from 255) = 24.49%

 BLUE value IS 51 (20.31% from 255) = 20.82%

R = 54.69%
G = 24.49%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#863C33 (or 0x863C33) is known color: Prairie Sand. HEX triplet: 86, 3C and 33. RGB value is (134,60,51). Sum of RGB (Red+Green+Blue) = 134+60+51=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 60 (23.83% from 255 or 24.49% from 245); Blue value is 51 (20.31% from 255 or 20.82% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #863C33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863C33 is #79C3CC. Grayscale: #515151. Windows color (decimal): -7979981 or 3357830. OLE color: 3357830.

HSL color Cylindrical-coordinate representation of color #863C33: hue angle of 6.51º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #863C33 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 60 51 -
CMYK 0 0.55 0.62 0.47
HSL 6.51º 0.45% 0.36% -
HSV(B) 6.51º 0.62% 0.53% -
XYZ 12.04 8.54 4.15 -
YUV 81.1 111.02 165.73 -
System Red Green Blue C M Y K H S L
Decimal 134 60 51 0 0.55 0.62 0.47 6.51 0.45 0.36
Hex 86 3C 33 0 37 3E 2F 7 2D 24
Octal 206 74 63 0 67 76 57 7 55 44
Binary 10000110 111100 110011 0 110111 111110 101111 111 101101 100100

Color Harmonies of #863C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863C33

Black with #863C33

Text Example


Text Example

White with #863C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863C33; }

 p { color: rgb(134,60,51); }

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

background-color css

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

 a { background-color: rgb(134,60,51); }

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

border-color css

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

 span { border-color: rgb(134,60,51); }

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