Html Css Color HEX #823102 Saddle Brown

📋 copy color: '#823102'

red 130 ◦ green 49 ◦ blue 2

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

Shades of Saddle Brown #823102

Tints of Saddle Brown #823102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.1%

R = 71.82%
G = 27.07%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#823102 (or 0x823102) is known color: Saddle Brown. HEX triplet: 82, 31 and 02. RGB value is (130,49,2). Sum of RGB (Red+Green+Blue) = 130+49+2=181 (23% of max value = 765). Red value is 130 (51.17% from 255 or 71.82% from 181); Green value is 49 (19.53% from 255 or 27.07% from 181); Blue value is 2 (1.17% from 255 or 1.10% from 181); Max value from RGB is 130 - color contains mainly: red. Hex color #823102 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823102 is #7DCEFD. Grayscale: #444444. Windows color (decimal): -8244990 or 143746. OLE color: 143746.

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

Color convert

RGB 130 49 2 -
CMYK 0 0.62 0.98 0.49
HSL 22.03º 0.97% 0.26% -
HSV(B) 22.03º 0.98% 0.51% -
XYZ 10.32 6.95 0.85 -
YUV 67.86 90.84 172.32 -
System Red Green Blue C M Y K H S L
Decimal 130 49 2 0 0.62 0.98 0.49 22.03 0.97 0.26
Hex 82 31 2 0 3E 62 31 16 61 1A
Octal 202 61 2 0 76 142 61 26 141 32
Binary 10000010 110001 10 0 111110 1100010 110001 10110 1100001 11010

Color Harmonies of #823102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823102

Black with #823102

Text Example


Text Example

White with #823102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823102; }

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

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

background-color css

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

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

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

border-color css

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

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

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