Html Css Color HEX #823304 Saddle Brown

📋 copy color: '#823304'

red 130 ◦ green 51 ◦ blue 4

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

Shades of Saddle Brown #823304

Tints of Saddle Brown #823304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.16%

R = 70.27%
G = 27.57%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#823304 (or 0x823304) is known color: Saddle Brown. HEX triplet: 82, 33 and 04. RGB value is (130,51,4). Sum of RGB (Red+Green+Blue) = 130+51+4=185 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.27% from 185); Green value is 51 (20.31% from 255 or 27.57% from 185); Blue value is 4 (1.95% from 255 or 2.16% from 185); Max value from RGB is 130 - color contains mainly: red. Hex color #823304 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823304 is #7DCCFB. Grayscale: #454545. Windows color (decimal): -8244476 or 275330. OLE color: 275330.

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

Color convert

RGB 130 51 4 -
CMYK 0 0.61 0.97 0.49
HSL 22.38º 0.94% 0.26% -
HSV(B) 22.38º 0.97% 0.51% -
XYZ 10.41 7.12 0.94 -
YUV 69.26 91.17 171.32 -
System Red Green Blue C M Y K H S L
Decimal 130 51 4 0 0.61 0.97 0.49 22.38 0.94 0.26
Hex 82 33 4 0 3D 61 31 16 5E 1A
Octal 202 63 4 0 75 141 61 26 136 32
Binary 10000010 110011 100 0 111101 1100001 110001 10110 1011110 11010

Color Harmonies of #823304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823304

Black with #823304

Text Example


Text Example

White with #823304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823304; }

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

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

background-color css

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

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

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

border-color css

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

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

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