Html Css Color HEX #7A3601 Saddle Brown

📋 copy color: '#7A3601'

red 122 ◦ green 54 ◦ blue 1

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

Shades of Saddle Brown #7A3601

Tints of Saddle Brown #7A3601

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30.51%

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

R = 68.93%
G = 30.51%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.99

 K value IS 0.52

RGB Variations

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

Color information

#7A3601 (or 0x7A3601) is known color: Saddle Brown. HEX triplet: 7A, 36 and 01. RGB value is (122,54,1). Sum of RGB (Red+Green+Blue) = 122+54+1=177 (23% of max value = 765). Red value is 122 (48.05% from 255 or 68.93% from 177); Green value is 54 (21.48% from 255 or 30.51% from 177); Blue value is 1 (0.78% from 255 or 0.56% from 177); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3601 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A3601 is #85C9FE. Grayscale: #444444. Windows color (decimal): -8767999 or 79482. OLE color: 79482.

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

Color convert

RGB 122 54 1 -
CMYK 0 0.56 0.99 0.52
HSL 26.28º 0.98% 0.24% -
HSV(B) 26.28º 0.99% 0.48% -
XYZ 9.35 6.78 0.84 -
YUV 68.29 90.03 166.31 -
System Red Green Blue C M Y K H S L
Decimal 122 54 1 0 0.56 0.99 0.52 26.28 0.98 0.24
Hex 7A 36 1 0 38 63 34 1A 62 18
Octal 172 66 1 0 70 143 64 32 142 30
Binary 1111010 110110 1 0 111000 1100011 110100 11010 1100010 11000

Color Harmonies of #7A3601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A3601

Black with #7A3601

Text Example


Text Example

White with #7A3601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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