Html Css Color HEX #7A3201 Saddle Brown

📋 copy color: '#7A3201'

red 122 ◦ green 50 ◦ blue 1

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

Shades of Saddle Brown #7A3201

Tints of Saddle Brown #7A3201

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.9%

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

R = 70.52%
G = 28.9%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.52

RGB Variations

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

Color information

#7A3201 (or 0x7A3201) is known color: Saddle Brown. HEX triplet: 7A, 32 and 01. RGB value is (122,50,1). Sum of RGB (Red+Green+Blue) = 122+50+1=173 (22% of max value = 765). Red value is 122 (48.05% from 255 or 70.52% from 173); Green value is 50 (19.92% from 255 or 28.90% from 173); Blue value is 1 (0.78% from 255 or 0.58% from 173); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A3201 is #85CDFE. Grayscale: #424242. Windows color (decimal): -8769023 or 78458. OLE color: 78458.

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

Color convert

RGB 122 50 1 -
CMYK 0 0.59 0.99 0.52
HSL 24.3º 0.98% 0.24% -
HSV(B) 24.3º 0.99% 0.48% -
XYZ 9.17 6.42 0.78 -
YUV 65.94 91.35 167.98 -
System Red Green Blue C M Y K H S L
Decimal 122 50 1 0 0.59 0.99 0.52 24.3 0.98 0.24
Hex 7A 32 1 0 3B 63 34 18 62 18
Octal 172 62 1 0 73 143 64 30 142 30
Binary 1111010 110010 1 0 111011 1100011 110100 11000 1100010 11000

Color Harmonies of #7A3201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A3201

Black with #7A3201

Text Example


Text Example

White with #7A3201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,50,1); }

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

background-color css

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

 a { background-color: rgb(122,50,1); }

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

border-color css

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

 span { border-color: rgb(122,50,1); }

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