Html Css Color HEX #823601 Saddle Brown

📋 copy color: '#823601'

red 130 ◦ green 54 ◦ blue 1

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

Shades of Saddle Brown #823601

Tints of Saddle Brown #823601

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.19%

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

R = 70.27%
G = 29.19%
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

#823601 (or 0x823601) is known color: Saddle Brown. HEX triplet: 82, 36 and 01. RGB value is (130,54,1). Sum of RGB (Red+Green+Blue) = 130+54+1=185 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.27% from 185); Green value is 54 (21.48% from 255 or 29.19% from 185); Blue value is 1 (0.78% from 255 or 0.54% from 185); Max value from RGB is 130 - color contains mainly: red. Hex color #823601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823601 is #7DC9FE. Grayscale: #464646. Windows color (decimal): -8243711 or 79490. OLE color: 79490.

HSL color Cylindrical-coordinate representation of color #823601: hue angle of 24.65º 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 #823601 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 54 1 -
CMYK 0 0.58 0.99 0.49
HSL 24.65º 0.98% 0.26% -
HSV(B) 24.65º 0.99% 0.51% -
XYZ 10.53 7.39 0.9 -
YUV 70.68 88.68 170.31 -
System Red Green Blue C M Y K H S L
Decimal 130 54 1 0 0.58 0.99 0.49 24.65 0.98 0.26
Hex 82 36 1 0 3A 63 31 19 62 1A
Octal 202 66 1 0 72 143 61 31 142 32
Binary 10000010 110110 1 0 111010 1100011 110001 11001 1100010 11010

Color Harmonies of #823601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823601

Black with #823601

Text Example


Text Example

White with #823601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823601; }

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

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

background-color css

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

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

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

border-color css

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

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

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