Html Css Color HEX #7D3207 Saddle Brown

📋 copy color: '#7D3207'

red 125 ◦ green 50 ◦ blue 7

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

Shades of Saddle Brown #7D3207

Tints of Saddle Brown #7D3207

RGB

 RED value IS 125 (49.22% from 255) = 68.68%

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

 BLUE value IS 7 (3.13% from 255) = 3.85%

R = 68.68%
G = 27.47%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.51

RGB Variations

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

Color information

#7D3207 (or 0x7D3207) is known color: Saddle Brown. HEX triplet: 7D, 32 and 07. RGB value is (125,50,7). Sum of RGB (Red+Green+Blue) = 125+50+7=182 (24% of max value = 765). Red value is 125 (49.22% from 255 or 68.68% from 182); Green value is 50 (19.92% from 255 or 27.47% from 182); Blue value is 7 (3.12% from 255 or 3.85% from 182); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3207 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3207 is #82CDF8. Grayscale: #434343. Windows color (decimal): -8572409 or 471677. OLE color: 471677.

HSL color Cylindrical-coordinate representation of color #7D3207: hue angle of 21.86º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D3207 is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 50 7 -
CMYK 0 0.60 0.94 0.51
HSL 21.86º 0.89% 0.26% -
HSV(B) 21.86º 0.94% 0.49% -
XYZ 9.64 6.66 0.98 -
YUV 67.52 93.85 169 -
System Red Green Blue C M Y K H S L
Decimal 125 50 7 0 0.60 0.94 0.51 21.86 0.89 0.26
Hex 7D 32 7 0 3C 5E 33 16 59 1A
Octal 175 62 7 0 74 136 63 26 131 32
Binary 1111101 110010 111 0 111100 1011110 110011 10110 1011001 11010

Color Harmonies of #7D3207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3207

Black with #7D3207

Text Example


Text Example

White with #7D3207

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,50,7); }

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

background-color css

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

 a { background-color: rgb(125,50,7); }

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

border-color css

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

 span { border-color: rgb(125,50,7); }

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