Html Css Color HEX #824303 Saddle Brown

📋 copy color: '#824303'

red 130 ◦ green 67 ◦ blue 3

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

Shades of Saddle Brown #824303

Tints of Saddle Brown #824303

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33.5%

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

R = 65%
G = 33.5%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#824303 (or 0x824303) is known color: Saddle Brown. HEX triplet: 82, 43 and 03. RGB value is (130,67,3). Sum of RGB (Red+Green+Blue) = 130+67+3=200 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65% from 200); Green value is 67 (26.56% from 255 or 33.5% from 200); Blue value is 3 (1.56% from 255 or 1.5% from 200); Max value from RGB is 130 - color contains mainly: red. Hex color #824303 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824303 is #7DBCFC. Grayscale: #4E4E4E. Windows color (decimal): -8240381 or 213890. OLE color: 213890.

HSL color Cylindrical-coordinate representation of color #824303: hue angle of 30.24º 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 #824303 is Cyan = 0, Magento = 0.48, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 67 3 -
CMYK 0 0.48 0.98 0.49
HSL 30.24º 0.95% 0.26% -
HSV(B) 30.24º 0.98% 0.51% -
XYZ 11.23 8.77 1.19 -
YUV 78.54 85.37 164.7 -
System Red Green Blue C M Y K H S L
Decimal 130 67 3 0 0.48 0.98 0.49 30.24 0.95 0.26
Hex 82 43 3 0 30 62 31 1E 5F 1A
Octal 202 103 3 0 60 142 61 36 137 32
Binary 10000010 1000011 11 0 110000 1100010 110001 11110 1011111 11010

Color Harmonies of #824303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824303

Black with #824303

Text Example


Text Example

White with #824303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824303; }

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

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

background-color css

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

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

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

border-color css

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

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

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