Html Css Color HEX #863C0A Saddle Brown

📋 copy color: '#863C0A'

red 134 ◦ green 60 ◦ blue 10

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

Shades of Saddle Brown #863C0A

Tints of Saddle Brown #863C0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.9%

R = 65.69%
G = 29.41%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#863C0A (or 0x863C0A) is known color: Saddle Brown. HEX triplet: 86, 3C and 0A. RGB value is (134,60,10). Sum of RGB (Red+Green+Blue) = 134+60+10=204 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.69% from 204); Green value is 60 (23.83% from 255 or 29.41% from 204); Blue value is 10 (4.30% from 255 or 4.90% from 204); Max value from RGB is 134 - color contains mainly: red. Hex color #863C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863C0A is #79C3F5. Grayscale: #4C4C4C. Windows color (decimal): -7980022 or 670854. OLE color: 670854.

HSL color Cylindrical-coordinate representation of color #863C0A: hue angle of 24.19º degrees, saturation: 0.86, 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 #863C0A is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 60 10 -
CMYK 0 0.55 0.93 0.47
HSL 24.19º 0.86% 0.28% -
HSV(B) 24.19º 0.93% 0.53% -
XYZ 11.5 8.32 1.29 -
YUV 76.43 90.52 169.07 -
System Red Green Blue C M Y K H S L
Decimal 134 60 10 0 0.55 0.93 0.47 24.19 0.86 0.28
Hex 86 3C A 0 37 5D 2F 18 56 1C
Octal 206 74 12 0 67 135 57 30 126 34
Binary 10000110 111100 1010 0 110111 1011101 101111 11000 1010110 11100

Color Harmonies of #863C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863C0A

Black with #863C0A

Text Example


Text Example

White with #863C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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