#7C3300

Color #7C3300 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #7C3300

Tints of Saddle Brown #7C3300

Color information

#7C3300 (or 0x7C3300) is unknown color: approx Saddle Brown. HEX triplet: 7C, 33 and 00. RGB value is (124,51,0). Sum of RGB (Red+Green+Blue) = 124+51+0=175 (23% of max value = 765). Red value is 124 (48.83% from 255 or 70.86% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 0 (0.39% from 255 or 0% from 175); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C3300 is #83CCFF. Grayscale: #434343. Windows color (decimal): -8637696 or 13180. OLE color: 13180.

HSL color Cylindrical-coordinate representation of color #7C3300: hue angle of 24.68º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7C3300 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.51.

Color convert

RGB124510-
CMYK00.5910.51
HSL24.68º100%24.31%-
HSV(B)24.68º100%48.63%-
XYZ9.56.650.78-
YUV67.0190.18168.65-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 70.86%
GREEN value IS 51 (20.31% from 255) = 29.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=70.86%
G=29.14%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 1
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12451000.5910.5124.6810024.31
Hex7C33003B6433196418
Octal174630073144633114430
Binary111110011001100111011110010011001111001110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,51,0); }

 H1.HeaderClassName
 {
   color: #7C3300;
 }
 .AnyTagClassName
 {
   color: #7C3300;
 }
</style>
background-color css

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

 a { background-color: rgb(124,51,0); }

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

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

 span { border-color: rgb(124,51,0); }

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