Html Css Color HEX #381D1D Seal Brown

📋 copy color: '#381D1D'

red 56 ◦ green 29 ◦ blue 29

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

Shades of Seal Brown #381D1D

Tints of Seal Brown #381D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 25.44%

R = 49.12%
G = 25.44%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.78

RGB Variations

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

Color information

#381D1D (or 0x381D1D) is known color: Seal Brown. HEX triplet: 38, 1D and 1D. RGB value is (56,29,29). Sum of RGB (Red+Green+Blue) = 56+29+29=114 (15% of max value = 765). Red value is 56 (22.27% from 255 or 49.12% from 114); Green value is 29 (11.72% from 255 or 25.44% from 114); Blue value is 29 (11.72% from 255 or 25.44% from 114); Max value from RGB is 56 - color contains mainly: red. Hex color #381D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381D1D is #C7E2E2. Grayscale: #252525. Windows color (decimal): -13099747 or 1908024. OLE color: 1908024.

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

Color convert

RGB 56 29 29 -
CMYK 0 0.48 0.48 0.78
HSL 0.32% 0.17% -
HSV(B) 0.48% 0.22% -
XYZ 2.29 1.81 1.39 -
YUV 37.07 123.45 141.5 -
System Red Green Blue C M Y K H S L
Decimal 56 29 29 0 0.48 0.48 0.78 0 0.32 0.17
Hex 38 1D 1D 0 30 30 4E 0 20 11
Octal 70 35 35 0 60 60 116 0 40 21
Binary 111000 11101 11101 0 110000 110000 1001110 0 100000 10001

Color Harmonies of #381D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381D1D

Black with #381D1D

Text Example


Text Example

White with #381D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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