Html Css Color HEX #823101 Saddle Brown

📋 copy color: '#823101'

red 130 ◦ green 49 ◦ blue 1

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

Shades of Saddle Brown #823101

Tints of Saddle Brown #823101

RGB

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

 GREEN value IS 49 (19.53% from 255) = 27.22%

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

R = 72.22%
G = 27.22%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#823101 (or 0x823101) is known color: Saddle Brown. HEX triplet: 82, 31 and 01. RGB value is (130,49,1). Sum of RGB (Red+Green+Blue) = 130+49+1=180 (23% of max value = 765). Red value is 130 (51.17% from 255 or 72.22% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 1 (0.78% from 255 or 0.56% from 180); Max value from RGB is 130 - color contains mainly: red. Hex color #823101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823101 is #7DCEFE. Grayscale: #444444. Windows color (decimal): -8244991 or 78210. OLE color: 78210.

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

Color convert

RGB 130 49 1 -
CMYK 0 0.62 0.99 0.49
HSL 22.33º 0.98% 0.26% -
HSV(B) 22.33º 0.99% 0.51% -
XYZ 10.31 6.94 0.83 -
YUV 67.75 90.34 172.4 -
System Red Green Blue C M Y K H S L
Decimal 130 49 1 0 0.62 0.99 0.49 22.33 0.98 0.26
Hex 82 31 1 0 3E 63 31 16 62 1A
Octal 202 61 1 0 76 143 61 26 142 32
Binary 10000010 110001 1 0 111110 1100011 110001 10110 1100010 11010

Color Harmonies of #823101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823101

Black with #823101

Text Example


Text Example

White with #823101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823101; }

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

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

background-color css

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

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

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

border-color css

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

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

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