Html Css Color HEX #863303 Saddle Brown

📋 copy color: '#863303'

red 134 ◦ green 51 ◦ blue 3

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

Shades of Saddle Brown #863303

Tints of Saddle Brown #863303

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.13%

 BLUE value IS 3 (1.56% from 255) = 1.6%

R = 71.28%
G = 27.13%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.47

RGB Variations

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

Color information

#863303 (or 0x863303) is known color: Saddle Brown. HEX triplet: 86, 33 and 03. RGB value is (134,51,3). Sum of RGB (Red+Green+Blue) = 134+51+3=188 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.28% from 188); Green value is 51 (20.31% from 255 or 27.13% from 188); Blue value is 3 (1.56% from 255 or 1.60% from 188); Max value from RGB is 134 - color contains mainly: red. Hex color #863303 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863303 is #79CCFC. Grayscale: #464646. Windows color (decimal): -7982333 or 209798. OLE color: 209798.

HSL color Cylindrical-coordinate representation of color #863303: hue angle of 21.98º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #863303 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 51 3 -
CMYK 0 0.62 0.98 0.47
HSL 21.98º 0.96% 0.27% -
HSV(B) 21.98º 0.98% 0.53% -
XYZ 11.03 7.44 0.94 -
YUV 70.35 90 173.4 -
System Red Green Blue C M Y K H S L
Decimal 134 51 3 0 0.62 0.98 0.47 21.98 0.96 0.27
Hex 86 33 3 0 3E 62 2F 16 60 1B
Octal 206 63 3 0 76 142 57 26 140 33
Binary 10000110 110011 11 0 111110 1100010 101111 10110 1100000 11011

Color Harmonies of #863303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863303

Black with #863303

Text Example


Text Example

White with #863303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863303; }

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

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

background-color css

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

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

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

border-color css

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

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

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