Html Css Color HEX #381D1B Seal Brown

📋 copy color: '#381D1B'

red 56 ◦ green 29 ◦ blue 27

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

Shades of Seal Brown #381D1B

Tints of Seal Brown #381D1B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 25.89%

 BLUE value IS 27 (10.94% from 255) = 24.11%

R = 50%
G = 25.89%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.78

RGB Variations

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

Color information

#381D1B (or 0x381D1B) is known color: Seal Brown. HEX triplet: 38, 1D and 1B. RGB value is (56,29,27). Sum of RGB (Red+Green+Blue) = 56+29+27=112 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50% from 112); Green value is 29 (11.72% from 255 or 25.89% from 112); Blue value is 27 (10.94% from 255 or 24.11% from 112); Max value from RGB is 56 - color contains mainly: red. Hex color #381D1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381D1B is #C7E2E4. Grayscale: #242424. Windows color (decimal): -13099749 or 1776952. OLE color: 1776952.

HSL color Cylindrical-coordinate representation of color #381D1B: hue angle of 4.14º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #381D1B is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 29 27 -
CMYK 0 0.48 0.52 0.78
HSL 4.14º 0.35% 0.16% -
HSV(B) 4.14º 0.52% 0.22% -
XYZ 2.27 1.8 1.26 -
YUV 36.85 122.45 141.66 -
System Red Green Blue C M Y K H S L
Decimal 56 29 27 0 0.48 0.52 0.78 4.14 0.35 0.16
Hex 38 1D 1B 0 30 34 4E 4 23 10
Octal 70 35 33 0 60 64 116 4 43 20
Binary 111000 11101 11011 0 110000 110100 1001110 100 100011 10000

Color Harmonies of #381D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381D1B

Black with #381D1B

Text Example


Text Example

White with #381D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,29,27); }

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

background-color css

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

 a { background-color: rgb(56,29,27); }

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

border-color css

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

 span { border-color: rgb(56,29,27); }

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