Html Css Color HEX #381C18 Seal Brown

📋 copy color: '#381C18'

red 56 ◦ green 28 ◦ blue 24

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

Shades of Seal Brown #381C18

Tints of Seal Brown #381C18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 22.22%

R = 51.85%
G = 25.93%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.57

 K value IS 0.78

RGB Variations

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

Color information

#381C18 (or 0x381C18) is known color: Seal Brown. HEX triplet: 38, 1C and 18. RGB value is (56,28,24). Sum of RGB (Red+Green+Blue) = 56+28+24=108 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.85% from 108); Green value is 28 (11.33% from 255 or 25.93% from 108); Blue value is 24 (9.77% from 255 or 22.22% from 108); Max value from RGB is 56 - color contains mainly: red. Hex color #381C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381C18 is #C7E3E7. Grayscale: #232323. Windows color (decimal): -13100008 or 1580088. OLE color: 1580088.

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

Color convert

RGB 56 28 24 -
CMYK 0 0.50 0.57 0.78
HSL 7.5º 0.4% 0.16% -
HSV(B) 7.5º 0.57% 0.22% -
XYZ 2.21 1.74 1.08 -
YUV 35.92 121.28 142.33 -
System Red Green Blue C M Y K H S L
Decimal 56 28 24 0 0.50 0.57 0.78 7.5 0.4 0.16
Hex 38 1C 18 0 32 39 4E 8 28 10
Octal 70 34 30 0 62 71 116 10 50 20
Binary 111000 11100 11000 0 110010 111001 1001110 1000 101000 10000

Color Harmonies of #381C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381C18

Black with #381C18

Text Example


Text Example

White with #381C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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