Html Css Color HEX #823305 Saddle Brown

📋 copy color: '#823305'

red 130 ◦ green 51 ◦ blue 5

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

Shades of Saddle Brown #823305

Tints of Saddle Brown #823305

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.42%

 BLUE value IS 5 (2.34% from 255) = 2.69%

R = 69.89%
G = 27.42%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#823305 (or 0x823305) is known color: Saddle Brown. HEX triplet: 82, 33 and 05. RGB value is (130,51,5). Sum of RGB (Red+Green+Blue) = 130+51+5=186 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.89% from 186); Green value is 51 (20.31% from 255 or 27.42% from 186); Blue value is 5 (2.34% from 255 or 2.69% from 186); Max value from RGB is 130 - color contains mainly: red. Hex color #823305 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823305 is #7DCCFA. Grayscale: #454545. Windows color (decimal): -8244475 or 340866. OLE color: 340866.

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

Color convert

RGB 130 51 5 -
CMYK 0 0.61 0.96 0.49
HSL 22.08º 0.93% 0.26% -
HSV(B) 22.08º 0.96% 0.51% -
XYZ 10.42 7.12 0.97 -
YUV 69.38 91.67 171.24 -
System Red Green Blue C M Y K H S L
Decimal 130 51 5 0 0.61 0.96 0.49 22.08 0.93 0.26
Hex 82 33 5 0 3D 60 31 16 5D 1A
Octal 202 63 5 0 75 140 61 26 135 32
Binary 10000010 110011 101 0 111101 1100000 110001 10110 1011101 11010

Color Harmonies of #823305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823305

Black with #823305

Text Example


Text Example

White with #823305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823305; }

 p { color: rgb(130,51,5); }

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

background-color css

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

 a { background-color: rgb(130,51,5); }

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

border-color css

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

 span { border-color: rgb(130,51,5); }

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