Html Css Color HEX #7A3503 Saddle Brown

📋 copy color: '#7A3503'

red 122 ◦ green 53 ◦ blue 3

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

Shades of Saddle Brown #7A3503

Tints of Saddle Brown #7A3503

RGB

 RED value IS 122 (48.05% from 255) = 68.54%

 GREEN value IS 53 (21.09% from 255) = 29.78%

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

R = 68.54%
G = 29.78%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.52

RGB Variations

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

Color information

#7A3503 (or 0x7A3503) is known color: Saddle Brown. HEX triplet: 7A, 35 and 03. RGB value is (122,53,3). Sum of RGB (Red+Green+Blue) = 122+53+3=178 (23% of max value = 765). Red value is 122 (48.05% from 255 or 68.54% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 3 (1.56% from 255 or 1.69% from 178); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3503 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A3503 is #85CAFC. Grayscale: #444444. Windows color (decimal): -8768253 or 210298. OLE color: 210298.

HSL color Cylindrical-coordinate representation of color #7A3503: hue angle of 25.21º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7A3503 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 53 3 -
CMYK 0 0.57 0.98 0.52
HSL 25.21º 0.95% 0.25% -
HSV(B) 25.21º 0.98% 0.48% -
XYZ 9.32 6.69 0.89 -
YUV 67.93 91.36 166.57 -
System Red Green Blue C M Y K H S L
Decimal 122 53 3 0 0.57 0.98 0.52 25.21 0.95 0.25
Hex 7A 35 3 0 39 62 34 19 5F 19
Octal 172 65 3 0 71 142 64 31 137 31
Binary 1111010 110101 11 0 111001 1100010 110100 11001 1011111 11001

Color Harmonies of #7A3503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A3503

Black with #7A3503

Text Example


Text Example

White with #7A3503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A3503; }

 p { color: rgb(122,53,3); }

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

background-color css

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

 a { background-color: rgb(122,53,3); }

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

border-color css

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

 span { border-color: rgb(122,53,3); }

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