Html Css Color HEX #863A01 Saddle Brown

📋 copy color: '#863A01'

red 134 ◦ green 58 ◦ blue 1

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

Shades of Saddle Brown #863A01

Tints of Saddle Brown #863A01

RGB

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

 GREEN value IS 58 (23.05% from 255) = 30.05%

 BLUE value IS 1 (0.78% from 255) = 0.52%

R = 69.43%
G = 30.05%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#863A01 (or 0x863A01) is known color: Saddle Brown. HEX triplet: 86, 3A and 01. RGB value is (134,58,1). Sum of RGB (Red+Green+Blue) = 134+58+1=193 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.43% from 193); Green value is 58 (23.05% from 255 or 30.05% from 193); Blue value is 1 (0.78% from 255 or 0.52% from 193); Max value from RGB is 134 - color contains mainly: red. Hex color #863A01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863A01 is #79C5FE. Grayscale: #4A4A4A. Windows color (decimal): -7980543 or 80518. OLE color: 80518.

HSL color Cylindrical-coordinate representation of color #863A01: hue angle of 25.71º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #863A01 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 58 1 -
CMYK 0 0.57 0.99 0.47
HSL 25.71º 0.99% 0.26% -
HSV(B) 25.71º 0.99% 0.53% -
XYZ 11.35 8.1 0.99 -
YUV 74.23 86.68 170.63 -
System Red Green Blue C M Y K H S L
Decimal 134 58 1 0 0.57 0.99 0.47 25.71 0.99 0.26
Hex 86 3A 1 0 39 63 2F 1A 63 1A
Octal 206 72 1 0 71 143 57 32 143 32
Binary 10000110 111010 1 0 111001 1100011 101111 11010 1100011 11010

Color Harmonies of #863A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863A01

Black with #863A01

Text Example


Text Example

White with #863A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,58,1); }

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

background-color css

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

 a { background-color: rgb(134,58,1); }

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

border-color css

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

 span { border-color: rgb(134,58,1); }

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