Html Css Color HEX #381C1C Seal Brown

📋 copy color: '#381C1C'

red 56 ◦ green 28 ◦ blue 28

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

Shades of Seal Brown #381C1C

Tints of Seal Brown #381C1C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 25%

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

R = 50%
G = 25%
B = 25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.78

RGB Variations

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

Color information

#381C1C (or 0x381C1C) is known color: Seal Brown. HEX triplet: 38, 1C and 1C. RGB value is (56,28,28). Sum of RGB (Red+Green+Blue) = 56+28+28=112 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50% from 112); Green value is 28 (11.33% from 255 or 25% from 112); Blue value is 28 (11.33% from 255 or 25% from 112); Max value from RGB is 56 - color contains mainly: red. Hex color #381C1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381C1C is #C7E3E3. Grayscale: #242424. Windows color (decimal): -13100004 or 1842232. OLE color: 1842232.

HSL color Cylindrical-coordinate representation of color #381C1C: hue angle of 0º 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 #381C1C is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 28 28 -
CMYK 0 0.50 0.50 0.78
HSL 0.33% 0.16% -
HSV(B) 0.5% 0.22% -
XYZ 2.26 1.76 1.32 -
YUV 36.37 123.28 142 -
System Red Green Blue C M Y K H S L
Decimal 56 28 28 0 0.50 0.50 0.78 0 0.33 0.16
Hex 38 1C 1C 0 32 32 4E 0 21 10
Octal 70 34 34 0 62 62 116 0 41 20
Binary 111000 11100 11100 0 110010 110010 1001110 0 100001 10000

Color Harmonies of #381C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381C1C

Black with #381C1C

Text Example


Text Example

White with #381C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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