Html Css Color HEX #381E1C Seal Brown

📋 copy color: '#381E1C'

red 56 ◦ green 30 ◦ blue 28

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

Shades of Seal Brown #381E1C

Tints of Seal Brown #381E1C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 26.32%

 BLUE value IS 28 (11.33% from 255) = 24.56%

R = 49.12%
G = 26.32%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.78

RGB Variations

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

Color information

#381E1C (or 0x381E1C) is known color: Seal Brown. HEX triplet: 38, 1E and 1C. RGB value is (56,30,28). Sum of RGB (Red+Green+Blue) = 56+30+28=114 (15% of max value = 765). Red value is 56 (22.27% from 255 or 49.12% from 114); Green value is 30 (12.11% from 255 or 26.32% from 114); Blue value is 28 (11.33% from 255 or 24.56% from 114); Max value from RGB is 56 - color contains mainly: red. Hex color #381E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381E1C is #C7E1E3. Grayscale: #252525. Windows color (decimal): -13099492 or 1842744. OLE color: 1842744.

HSL color Cylindrical-coordinate representation of color #381E1C: hue angle of 4.29º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #381E1C is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 30 28 -
CMYK 0 0.46 0.50 0.78
HSL 4.29º 0.33% 0.16% -
HSV(B) 4.29º 0.5% 0.22% -
XYZ 2.3 1.85 1.33 -
YUV 37.55 122.61 141.16 -
System Red Green Blue C M Y K H S L
Decimal 56 30 28 0 0.46 0.50 0.78 4.29 0.33 0.16
Hex 38 1E 1C 0 2E 32 4E 4 21 10
Octal 70 36 34 0 56 62 116 4 41 20
Binary 111000 11110 11100 0 101110 110010 1001110 100 100001 10000

Color Harmonies of #381E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381E1C

Black with #381E1C

Text Example


Text Example

White with #381E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381E1C; }

 p { color: rgb(56,30,28); }

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

background-color css

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

 a { background-color: rgb(56,30,28); }

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

border-color css

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

 span { border-color: rgb(56,30,28); }

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