Html Css Color HEX #823C07 Saddle Brown

📋 copy color: '#823C07'

red 130 ◦ green 60 ◦ blue 7

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

Shades of Saddle Brown #823C07

Tints of Saddle Brown #823C07

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30.46%

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

R = 65.99%
G = 30.46%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#823C07 (or 0x823C07) is known color: Saddle Brown. HEX triplet: 82, 3C and 07. RGB value is (130,60,7). Sum of RGB (Red+Green+Blue) = 130+60+7=197 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.99% from 197); Green value is 60 (23.83% from 255 or 30.46% from 197); Blue value is 7 (3.12% from 255 or 3.55% from 197); Max value from RGB is 130 - color contains mainly: red. Hex color #823C07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823C07 is #7DC3F8. Grayscale: #4B4B4B. Windows color (decimal): -8242169 or 474242. OLE color: 474242.

HSL color Cylindrical-coordinate representation of color #823C07: hue angle of 25.85º 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 #823C07 is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 60 7 -
CMYK 0 0.54 0.95 0.49
HSL 25.85º 0.9% 0.27% -
HSV(B) 25.85º 0.95% 0.51% -
XYZ 10.86 7.99 1.17 -
YUV 74.89 89.69 167.31 -
System Red Green Blue C M Y K H S L
Decimal 130 60 7 0 0.54 0.95 0.49 25.85 0.9 0.27
Hex 82 3C 7 0 36 5F 31 1A 5A 1B
Octal 202 74 7 0 66 137 61 32 132 33
Binary 10000010 111100 111 0 110110 1011111 110001 11010 1011010 11011

Color Harmonies of #823C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823C07

Black with #823C07

Text Example


Text Example

White with #823C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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