Html Css Color HEX #7A3301 Saddle Brown

📋 copy color: '#7A3301'

red 122 ◦ green 51 ◦ blue 1

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

Shades of Saddle Brown #7A3301

Tints of Saddle Brown #7A3301

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.31%

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

R = 70.11%
G = 29.31%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.52

RGB Variations

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

Color information

#7A3301 (or 0x7A3301) is known color: Saddle Brown. HEX triplet: 7A, 33 and 01. RGB value is (122,51,1). Sum of RGB (Red+Green+Blue) = 122+51+1=174 (23% of max value = 765). Red value is 122 (48.05% from 255 or 70.11% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 1 (0.78% from 255 or 0.57% from 174); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A3301 is #85CCFE. Grayscale: #424242. Windows color (decimal): -8768767 or 78714. OLE color: 78714.

HSL color Cylindrical-coordinate representation of color #7A3301: hue angle of 24.79º 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 #7A3301 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 51 1 -
CMYK 0 0.58 0.99 0.52
HSL 24.79º 0.98% 0.24% -
HSV(B) 24.79º 0.99% 0.48% -
XYZ 9.22 6.51 0.8 -
YUV 66.53 91.02 167.57 -
System Red Green Blue C M Y K H S L
Decimal 122 51 1 0 0.58 0.99 0.52 24.79 0.98 0.24
Hex 7A 33 1 0 3A 63 34 19 62 18
Octal 172 63 1 0 72 143 64 31 142 30
Binary 1111010 110011 1 0 111010 1100011 110100 11001 1100010 11000

Color Harmonies of #7A3301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A3301

Black with #7A3301

Text Example


Text Example

White with #7A3301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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