Html Css Color HEX #381000 Seal Brown

📋 copy color: '#381000'

red 56 ◦ green 16 ◦ blue 0

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

Shades of Seal Brown #381000

Tints of Seal Brown #381000

RGB

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

 GREEN value IS 16 (6.64% from 255) = 22.22%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.78%
G = 22.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#381000 (or 0x381000) is known color: Seal Brown. HEX triplet: 38, 10 and 00. RGB value is (56,16,0). Sum of RGB (Red+Green+Blue) = 56+16+0=72 (9% of max value = 765). Red value is 56 (22.27% from 255 or 77.78% from 72); Green value is 16 (6.64% from 255 or 22.22% from 72); Blue value is 0 (0.39% from 255 or 0% from 72); Max value from RGB is 56 - color contains mainly: red. Hex color #381000 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381000 is #C7EFFF. Grayscale: #1A1A1A. Windows color (decimal): -13103104 or 4152. OLE color: 4152.

HSL color Cylindrical-coordinate representation of color #381000: hue angle of 17.14º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #381000 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 16 0 -
CMYK 0 0.71 1 0.78
HSL 17.14º 1% 0.11% -
HSV(B) 17.14º 1% 0.22% -
XYZ 1.82 1.21 0.14 -
YUV 26.14 113.25 149.3 -
System Red Green Blue C M Y K H S L
Decimal 56 16 0 0 0.71 1 0.78 17.14 1 0.11
Hex 38 10 0 0 47 64 4E 11 64 B
Octal 70 20 0 0 107 144 116 21 144 13
Binary 111000 10000 0 0 1000111 1100100 1001110 10001 1100100 1011

Color Harmonies of #381000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381000

Black with #381000

Text Example


Text Example

White with #381000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381000; }

 p { color: rgb(56,16,0); }

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

background-color css

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

 a { background-color: rgb(56,16,0); }

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

border-color css

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

 span { border-color: rgb(56,16,0); }

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