Html Css Color HEX #863D09 Saddle Brown

📋 copy color: '#863D09'

red 134 ◦ green 61 ◦ blue 9

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

Shades of Saddle Brown #863D09

Tints of Saddle Brown #863D09

RGB

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

 GREEN value IS 61 (24.22% from 255) = 29.9%

 BLUE value IS 9 (3.91% from 255) = 4.41%

R = 65.69%
G = 29.9%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#863D09 (or 0x863D09) is known color: Saddle Brown. HEX triplet: 86, 3D and 09. RGB value is (134,61,9). Sum of RGB (Red+Green+Blue) = 134+61+9=204 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.69% from 204); Green value is 61 (24.22% from 255 or 29.90% from 204); Blue value is 9 (3.91% from 255 or 4.41% from 204); Max value from RGB is 134 - color contains mainly: red. Hex color #863D09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863D09 is #79C2F6. Grayscale: #4D4D4D. Windows color (decimal): -7979767 or 605574. OLE color: 605574.

HSL color Cylindrical-coordinate representation of color #863D09: hue angle of 24.96º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #863D09 is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 61 9 -
CMYK 0 0.54 0.93 0.47
HSL 24.96º 0.87% 0.28% -
HSV(B) 24.96º 0.93% 0.53% -
XYZ 11.55 8.43 1.28 -
YUV 76.9 89.68 168.73 -
System Red Green Blue C M Y K H S L
Decimal 134 61 9 0 0.54 0.93 0.47 24.96 0.87 0.28
Hex 86 3D 9 0 36 5D 2F 19 57 1C
Octal 206 75 11 0 66 135 57 31 127 34
Binary 10000110 111101 1001 0 110110 1011101 101111 11001 1010111 11100

Color Harmonies of #863D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863D09

Black with #863D09

Text Example


Text Example

White with #863D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,61,9); }

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

background-color css

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

 a { background-color: rgb(134,61,9); }

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

border-color css

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

 span { border-color: rgb(134,61,9); }

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