Html Css Color HEX #823C01 Saddle Brown

📋 copy color: '#823C01'

red 130 ◦ green 60 ◦ blue 1

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

Shades of Saddle Brown #823C01

Tints of Saddle Brown #823C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.52%

R = 68.06%
G = 31.41%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#823C01 (or 0x823C01) is known color: Saddle Brown. HEX triplet: 82, 3C and 01. RGB value is (130,60,1). Sum of RGB (Red+Green+Blue) = 130+60+1=191 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.06% from 191); Green value is 60 (23.83% from 255 or 31.41% from 191); Blue value is 1 (0.78% from 255 or 0.52% from 191); Max value from RGB is 130 - color contains mainly: red. Hex color #823C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823C01 is #7DC3FE. Grayscale: #4A4A4A. Windows color (decimal): -8242175 or 81026. OLE color: 81026.

HSL color Cylindrical-coordinate representation of color #823C01: hue angle of 27.44º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #823C01 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 60 1 -
CMYK 0 0.54 0.99 0.49
HSL 27.44º 0.98% 0.26% -
HSV(B) 27.44º 0.99% 0.51% -
XYZ 10.83 7.98 1 -
YUV 74.2 86.69 167.8 -
System Red Green Blue C M Y K H S L
Decimal 130 60 1 0 0.54 0.99 0.49 27.44 0.98 0.26
Hex 82 3C 1 0 36 63 31 1B 62 1A
Octal 202 74 1 0 66 143 61 33 142 32
Binary 10000010 111100 1 0 110110 1100011 110001 11011 1100010 11010

Color Harmonies of #823C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823C01

Black with #823C01

Text Example


Text Example

White with #823C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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