Html Css Color HEX #824103 Saddle Brown

📋 copy color: '#824103'

red 130 ◦ green 65 ◦ blue 3

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

Shades of Saddle Brown #824103

Tints of Saddle Brown #824103

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.83%

 BLUE value IS 3 (1.56% from 255) = 1.52%

R = 65.66%
G = 32.83%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#824103 (or 0x824103) is known color: Saddle Brown. HEX triplet: 82, 41 and 03. RGB value is (130,65,3). Sum of RGB (Red+Green+Blue) = 130+65+3=198 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.66% from 198); Green value is 65 (25.78% from 255 or 32.83% from 198); Blue value is 3 (1.56% from 255 or 1.52% from 198); Max value from RGB is 130 - color contains mainly: red. Hex color #824103 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824103 is #7DBEFC. Grayscale: #4D4D4D. Windows color (decimal): -8240893 or 213378. OLE color: 213378.

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

Color convert

RGB 130 65 3 -
CMYK 0 0.50 0.98 0.49
HSL 29.29º 0.95% 0.26% -
HSV(B) 29.29º 0.98% 0.51% -
XYZ 11.11 8.53 1.15 -
YUV 77.37 86.03 165.54 -
System Red Green Blue C M Y K H S L
Decimal 130 65 3 0 0.50 0.98 0.49 29.29 0.95 0.26
Hex 82 41 3 0 32 62 31 1D 5F 1A
Octal 202 101 3 0 62 142 61 35 137 32
Binary 10000010 1000001 11 0 110010 1100010 110001 11101 1011111 11010

Color Harmonies of #824103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824103

Black with #824103

Text Example


Text Example

White with #824103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824103; }

 p { color: rgb(130,65,3); }

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

background-color css

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

 a { background-color: rgb(130,65,3); }

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

border-color css

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

 span { border-color: rgb(130,65,3); }

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