Html Css Color HEX #823701 Saddle Brown

📋 copy color: '#823701'

red 130 ◦ green 55 ◦ blue 1

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

Shades of Saddle Brown #823701

Tints of Saddle Brown #823701

RGB

 RED value IS 130 (51.17% from 255) = 69.89%

 GREEN value IS 55 (21.88% from 255) = 29.57%

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

R = 69.89%
G = 29.57%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#823701 (or 0x823701) is known color: Saddle Brown. HEX triplet: 82, 37 and 01. RGB value is (130,55,1). Sum of RGB (Red+Green+Blue) = 130+55+1=186 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.89% from 186); Green value is 55 (21.88% from 255 or 29.57% from 186); Blue value is 1 (0.78% from 255 or 0.54% from 186); Max value from RGB is 130 - color contains mainly: red. Hex color #823701 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823701 is #7DC8FE. Grayscale: #474747. Windows color (decimal): -8243455 or 79746. OLE color: 79746.

HSL color Cylindrical-coordinate representation of color #823701: hue angle of 25.12º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #823701 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 55 1 -
CMYK 0 0.58 0.99 0.49
HSL 25.12º 0.98% 0.26% -
HSV(B) 25.12º 0.99% 0.51% -
XYZ 10.58 7.48 0.92 -
YUV 71.27 88.35 169.89 -
System Red Green Blue C M Y K H S L
Decimal 130 55 1 0 0.58 0.99 0.49 25.12 0.98 0.26
Hex 82 37 1 0 3A 63 31 19 62 1A
Octal 202 67 1 0 72 143 61 31 142 32
Binary 10000010 110111 1 0 111010 1100011 110001 11001 1100010 11010

Color Harmonies of #823701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823701

Black with #823701

Text Example


Text Example

White with #823701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823701; }

 p { color: rgb(130,55,1); }

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

background-color css

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

 a { background-color: rgb(130,55,1); }

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

border-color css

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

 span { border-color: rgb(130,55,1); }

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