Html Css Color HEX #863C03 Saddle Brown

📋 copy color: '#863C03'

red 134 ◦ green 60 ◦ blue 3

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

Shades of Saddle Brown #863C03

Tints of Saddle Brown #863C03

RGB

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

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

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

R = 68.02%
G = 30.46%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.98

 K value IS 0.47

RGB Variations

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

Color information

#863C03 (or 0x863C03) is known color: Saddle Brown. HEX triplet: 86, 3C and 03. RGB value is (134,60,3). Sum of RGB (Red+Green+Blue) = 134+60+3=197 (26% of max value = 765). Red value is 134 (52.73% from 255 or 68.02% from 197); Green value is 60 (23.83% from 255 or 30.46% from 197); Blue value is 3 (1.56% from 255 or 1.52% from 197); Max value from RGB is 134 - color contains mainly: red. Hex color #863C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863C03 is #79C3FC. Grayscale: #4B4B4B. Windows color (decimal): -7980029 or 212102. OLE color: 212102.

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

Color convert

RGB 134 60 3 -
CMYK 0 0.55 0.98 0.47
HSL 26.11º 0.96% 0.27% -
HSV(B) 26.11º 0.98% 0.53% -
XYZ 11.46 8.31 1.09 -
YUV 75.63 87.02 169.63 -
System Red Green Blue C M Y K H S L
Decimal 134 60 3 0 0.55 0.98 0.47 26.11 0.96 0.27
Hex 86 3C 3 0 37 62 2F 1A 60 1B
Octal 206 74 3 0 67 142 57 32 140 33
Binary 10000110 111100 11 0 110111 1100010 101111 11010 1100000 11011

Color Harmonies of #863C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863C03

Black with #863C03

Text Example


Text Example

White with #863C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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