Html Css Color HEX #7A3708 Saddle Brown

📋 copy color: '#7A3708'

red 122 ◦ green 55 ◦ blue 8

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

Shades of Saddle Brown #7A3708

Tints of Saddle Brown #7A3708

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.73%

 BLUE value IS 8 (3.52% from 255) = 4.32%

R = 65.95%
G = 29.73%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.52

RGB Variations

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

Color information

#7A3708 (or 0x7A3708) is known color: Saddle Brown. HEX triplet: 7A, 37 and 08. RGB value is (122,55,8). Sum of RGB (Red+Green+Blue) = 122+55+8=185 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.95% from 185); Green value is 55 (21.88% from 255 or 29.73% from 185); Blue value is 8 (3.52% from 255 or 4.32% from 185); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3708 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A3708 is #85C8F7. Grayscale: #454545. Windows color (decimal): -8767736 or 538490. OLE color: 538490.

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

Color convert

RGB 122 55 8 -
CMYK 0 0.55 0.93 0.52
HSL 24.74º 0.88% 0.25% -
HSV(B) 24.74º 0.93% 0.48% -
XYZ 9.44 6.89 1.06 -
YUV 69.68 93.2 165.32 -
System Red Green Blue C M Y K H S L
Decimal 122 55 8 0 0.55 0.93 0.52 24.74 0.88 0.25
Hex 7A 37 8 0 37 5D 34 19 58 19
Octal 172 67 10 0 67 135 64 31 130 31
Binary 1111010 110111 1000 0 110111 1011101 110100 11001 1011000 11001

Color Harmonies of #7A3708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A3708

Black with #7A3708

Text Example


Text Example

White with #7A3708

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,55,8); }

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

background-color css

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

 a { background-color: rgb(122,55,8); }

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

border-color css

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

 span { border-color: rgb(122,55,8); }

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