Html Css Color HEX #824003 Saddle Brown

📋 copy color: '#824003'

red 130 ◦ green 64 ◦ blue 3

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

Shades of Saddle Brown #824003

Tints of Saddle Brown #824003

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.49%

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

R = 65.99%
G = 32.49%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#824003 (or 0x824003) is known color: Saddle Brown. HEX triplet: 82, 40 and 03. RGB value is (130,64,3). Sum of RGB (Red+Green+Blue) = 130+64+3=197 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.99% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 3 (1.56% from 255 or 1.52% from 197); Max value from RGB is 130 - color contains mainly: red. Hex color #824003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824003 is #7DBFFC. Grayscale: #4D4D4D. Windows color (decimal): -8241149 or 213122. OLE color: 213122.

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

Color convert

RGB 130 64 3 -
CMYK 0 0.51 0.98 0.49
HSL 28.82º 0.95% 0.26% -
HSV(B) 28.82º 0.98% 0.51% -
XYZ 11.06 8.42 1.13 -
YUV 76.78 86.37 165.96 -
System Red Green Blue C M Y K H S L
Decimal 130 64 3 0 0.51 0.98 0.49 28.82 0.95 0.26
Hex 82 40 3 0 33 62 31 1D 5F 1A
Octal 202 100 3 0 63 142 61 35 137 32
Binary 10000010 1000000 11 0 110011 1100010 110001 11101 1011111 11010

Color Harmonies of #824003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824003

Black with #824003

Text Example


Text Example

White with #824003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824003; }

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

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

background-color css

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

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

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

border-color css

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

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

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