#380703

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

Shades of Seal Brown #380703

Tints of Seal Brown #380703

Color information

#380703 (or 0x380703) is unknown color: approx Seal Brown. HEX triplet: 38, 07 and 03. RGB value is (56,7,3). Sum of RGB (Red+Green+Blue) = 56+7+3=66 (8% of max value = 765). Red value is 56 (22.27% from 255 or 84.85% from 66); Green value is 7 (3.12% from 255 or 10.61% from 66); Blue value is 3 (1.56% from 255 or 4.55% from 66); Max value from RGB is 56 - color contains mainly: red. Hex color #380703 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380703 is #C7F8FC. Grayscale: #151515. Windows color (decimal): -13105405 or 198456. OLE color: 198456.

HSL color Cylindrical-coordinate representation of color #380703: hue angle of 4.53º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #380703 is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.78.

Color convert

RGB5673-
CMYK00.880.950.78
HSL4.53º89.83%11.57%-
HSV(B)4.53º94.64%21.96%-
XYZ1.7210.19-
YUV21.2117.73152.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 84.85%
GREEN value IS 7 (3.12% from 255) = 10.61%
BLUE value IS 3 (1.56% from 255) = 4.55%
R=84.85%
G=10.61%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.95
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal567300.880.950.784.5389.8311.57
Hex38730585F4E55ac
Octal70730130137116513214
Binary11100011111010110001011111100111010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380703; }

 p { color: rgb(56,7,3); }

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

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

 a { background-color: rgb(56,7,3); }

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

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

 span { border-color: rgb(56,7,3); }

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