Html Css Color HEX #863305 Saddle Brown

📋 copy color: '#863305'

red 134 ◦ green 51 ◦ blue 5

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

Shades of Saddle Brown #863305

Tints of Saddle Brown #863305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.63%

R = 70.53%
G = 26.84%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#863305 (or 0x863305) is known color: Saddle Brown. HEX triplet: 86, 33 and 05. RGB value is (134,51,5). Sum of RGB (Red+Green+Blue) = 134+51+5=190 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.53% from 190); Green value is 51 (20.31% from 255 or 26.84% from 190); Blue value is 5 (2.34% from 255 or 2.63% from 190); Max value from RGB is 134 - color contains mainly: red. Hex color #863305 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863305 is #79CCFA. Grayscale: #464646. Windows color (decimal): -7982331 or 340870. OLE color: 340870.

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

Color convert

RGB 134 51 5 -
CMYK 0 0.62 0.96 0.47
HSL 21.4º 0.93% 0.27% -
HSV(B) 21.4º 0.96% 0.53% -
XYZ 11.04 7.45 1 -
YUV 70.57 91 173.24 -
System Red Green Blue C M Y K H S L
Decimal 134 51 5 0 0.62 0.96 0.47 21.4 0.93 0.27
Hex 86 33 5 0 3E 60 2F 15 5D 1B
Octal 206 63 5 0 76 140 57 25 135 33
Binary 10000110 110011 101 0 111110 1100000 101111 10101 1011101 11011

Color Harmonies of #863305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863305

Black with #863305

Text Example


Text Example

White with #863305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863305; }

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

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

background-color css

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

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

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

border-color css

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

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

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