Html Css Color HEX #7A3402 Saddle Brown

📋 copy color: '#7A3402'

red 122 ◦ green 52 ◦ blue 2

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

Shades of Saddle Brown #7A3402

Tints of Saddle Brown #7A3402

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.55%

 BLUE value IS 2 (1.17% from 255) = 1.14%

R = 69.32%
G = 29.55%
B = 1.14%

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

#7A3402 (or 0x7A3402) is known color: Saddle Brown. HEX triplet: 7A, 34 and 02. RGB value is (122,52,2). Sum of RGB (Red+Green+Blue) = 122+52+2=176 (23% of max value = 765). Red value is 122 (48.05% from 255 or 69.32% from 176); Green value is 52 (20.70% from 255 or 29.55% from 176); Blue value is 2 (1.17% from 255 or 1.14% from 176); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3402 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A3402 is #85CBFD. Grayscale: #434343. Windows color (decimal): -8768510 or 144506. OLE color: 144506.

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

Color convert

RGB 122 52 2 -
CMYK 0 0.57 0.98 0.52
HSL 25º 0.97% 0.24% -
HSV(B) 25º 0.98% 0.48% -
XYZ 9.26 6.6 0.84 -
YUV 67.23 91.19 167.07 -
System Red Green Blue C M Y K H S L
Decimal 122 52 2 0 0.57 0.98 0.52 25 0.97 0.24
Hex 7A 34 2 0 39 62 34 19 61 18
Octal 172 64 2 0 71 142 64 31 141 30
Binary 1111010 110100 10 0 111001 1100010 110100 11001 1100001 11000

Color Harmonies of #7A3402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A3402

Black with #7A3402

Text Example


Text Example

White with #7A3402

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,52,2); }

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

background-color css

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

 a { background-color: rgb(122,52,2); }

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

border-color css

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

 span { border-color: rgb(122,52,2); }

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