Html Css Color HEX #823407 Saddle Brown

📋 copy color: '#823407'

red 130 ◦ green 52 ◦ blue 7

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

Shades of Saddle Brown #823407

Tints of Saddle Brown #823407

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.51%

 BLUE value IS 7 (3.13% from 255) = 3.7%

R = 68.78%
G = 27.51%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#823407 (or 0x823407) is known color: Saddle Brown. HEX triplet: 82, 34 and 07. RGB value is (130,52,7). Sum of RGB (Red+Green+Blue) = 130+52+7=189 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.78% from 189); Green value is 52 (20.70% from 255 or 27.51% from 189); Blue value is 7 (3.12% from 255 or 3.70% from 189); Max value from RGB is 130 - color contains mainly: red. Hex color #823407 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823407 is #7DCBF8. Grayscale: #464646. Windows color (decimal): -8244217 or 472194. OLE color: 472194.

HSL color Cylindrical-coordinate representation of color #823407: hue angle of 21.95º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #823407 is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 52 7 -
CMYK 0 0.60 0.95 0.49
HSL 21.95º 0.9% 0.27% -
HSV(B) 21.95º 0.95% 0.51% -
XYZ 10.47 7.22 1.04 -
YUV 70.19 92.34 170.66 -
System Red Green Blue C M Y K H S L
Decimal 130 52 7 0 0.60 0.95 0.49 21.95 0.9 0.27
Hex 82 34 7 0 3C 5F 31 16 5A 1B
Octal 202 64 7 0 74 137 61 26 132 33
Binary 10000010 110100 111 0 111100 1011111 110001 10110 1011010 11011

Color Harmonies of #823407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823407

Black with #823407

Text Example


Text Example

White with #823407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823407; }

 p { color: rgb(130,52,7); }

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

background-color css

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

 a { background-color: rgb(130,52,7); }

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

border-color css

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

 span { border-color: rgb(130,52,7); }

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