Html Css Color HEX #380703 Seal Brown

📋 copy color: '#380703'

red 56 ◦ green 7 ◦ blue 3

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

Shades of Seal Brown #380703

Tints of Seal Brown #380703

RGB

 RED value IS 56 (22.27% from 255) = 84.85%

 GREEN value IS 7 (3.13% 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 value IS 0

 M value IS 0.88

 Y value IS 0.95

 K value IS 0.78

RGB Variations

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

Color information

#380703 (or 0x380703) is known color: 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

RGB 56 7 3 -
CMYK 0 0.88 0.95 0.78
HSL 4.53º 0.9% 0.12% -
HSV(B) 4.53º 0.95% 0.22% -
XYZ 1.72 1 0.19 -
YUV 21.2 117.73 152.83 -
System Red Green Blue C M Y K H S L
Decimal 56 7 3 0 0.88 0.95 0.78 4.53 0.9 0.12
Hex 38 7 3 0 58 5F 4E 5 5A C
Octal 70 7 3 0 130 137 116 5 132 14
Binary 111000 111 11 0 1011000 1011111 1001110 101 1011010 1100

Color Harmonies of #380703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380703

Black with #380703

Text Example


Text Example

White with #380703

Text Example


Text Example

HTML Codes & Css Web 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>