Html Css Color HEX #823F00 Saddle Brown

📋 copy color: '#823F00'

red 130 ◦ green 63 ◦ blue 0

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

Shades of Saddle Brown #823F00

Tints of Saddle Brown #823F00

RGB

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

 GREEN value IS 63 (25% from 255) = 32.64%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67.36%
G = 32.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#823F00 (or 0x823F00) is known color: Saddle Brown. HEX triplet: 82, 3F and 00. RGB value is (130,63,0). Sum of RGB (Red+Green+Blue) = 130+63+0=193 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.36% from 193); Green value is 63 (25% from 255 or 32.64% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 130 - color contains mainly: red. Hex color #823F00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823F00 is #7DC0FF. Grayscale: #4C4C4C. Windows color (decimal): -8241408 or 16258. OLE color: 16258.

HSL color Cylindrical-coordinate representation of color #823F00: hue angle of 29.08º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #823F00 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 63 0 -
CMYK 0 0.52 1 0.49
HSL 29.08º 1% 0.25% -
HSV(B) 29.08º 1% 0.51% -
XYZ 10.98 8.3 1.02 -
YUV 75.85 85.2 166.62 -
System Red Green Blue C M Y K H S L
Decimal 130 63 0 0 0.52 1 0.49 29.08 1 0.25
Hex 82 3F 0 0 34 64 31 1D 64 19
Octal 202 77 0 0 64 144 61 35 144 31
Binary 10000010 111111 0 0 110100 1100100 110001 11101 1100100 11001

Color Harmonies of #823F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823F00

Black with #823F00

Text Example


Text Example

White with #823F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,63,0); }

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

background-color css

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

 a { background-color: rgb(130,63,0); }

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

border-color css

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

 span { border-color: rgb(130,63,0); }

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