Html Css Color HEX #862C01 Saddle Brown

📋 copy color: '#862C01'

red 134 ◦ green 44 ◦ blue 1

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

Shades of Saddle Brown #862C01

Tints of Saddle Brown #862C01

RGB

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

 GREEN value IS 44 (17.58% from 255) = 24.58%

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

R = 74.86%
G = 24.58%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#862C01 (or 0x862C01) is known color: Saddle Brown. HEX triplet: 86, 2C and 01. RGB value is (134,44,1). Sum of RGB (Red+Green+Blue) = 134+44+1=179 (23% of max value = 765). Red value is 134 (52.73% from 255 or 74.86% from 179); Green value is 44 (17.58% from 255 or 24.58% from 179); Blue value is 1 (0.78% from 255 or 0.56% from 179); Max value from RGB is 134 - color contains mainly: red. Hex color #862C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862C01 is #79D3FE. Grayscale: #424242. Windows color (decimal): -7984127 or 76934. OLE color: 76934.

HSL color Cylindrical-coordinate representation of color #862C01: hue angle of 19.4º 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 #862C01 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 44 1 -
CMYK 0 0.67 0.99 0.47
HSL 19.4º 0.99% 0.26% -
HSV(B) 19.4º 0.99% 0.53% -
XYZ 10.74 6.87 0.79 -
YUV 66.01 91.32 176.5 -
System Red Green Blue C M Y K H S L
Decimal 134 44 1 0 0.67 0.99 0.47 19.4 0.99 0.26
Hex 86 2C 1 0 43 63 2F 13 63 1A
Octal 206 54 1 0 103 143 57 23 143 32
Binary 10000110 101100 1 0 1000011 1100011 101111 10011 1100011 11010

Color Harmonies of #862C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862C01

Black with #862C01

Text Example


Text Example

White with #862C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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