Html Css Color HEX #381A19 Seal Brown

📋 copy color: '#381A19'

red 56 ◦ green 26 ◦ blue 25

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

Shades of Seal Brown #381A19

Tints of Seal Brown #381A19

RGB

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

 GREEN value IS 26 (10.55% from 255) = 24.3%

 BLUE value IS 25 (10.16% from 255) = 23.36%

R = 52.34%
G = 24.3%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.78

RGB Variations

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

Color information

#381A19 (or 0x381A19) is known color: Seal Brown. HEX triplet: 38, 1A and 19. RGB value is (56,26,25). Sum of RGB (Red+Green+Blue) = 56+26+25=107 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.34% from 107); Green value is 26 (10.55% from 255 or 24.30% from 107); Blue value is 25 (10.16% from 255 or 23.36% from 107); Max value from RGB is 56 - color contains mainly: red. Hex color #381A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381A19 is #C7E5E6. Grayscale: #222222. Windows color (decimal): -13100519 or 1645112. OLE color: 1645112.

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

Color convert

RGB 56 26 25 -
CMYK 0 0.54 0.55 0.78
HSL 1.94º 0.38% 0.16% -
HSV(B) 1.94º 0.55% 0.22% -
XYZ 2.18 1.65 1.12 -
YUV 34.86 122.44 143.08 -
System Red Green Blue C M Y K H S L
Decimal 56 26 25 0 0.54 0.55 0.78 1.94 0.38 0.16
Hex 38 1A 19 0 36 37 4E 2 26 10
Octal 70 32 31 0 66 67 116 2 46 20
Binary 111000 11010 11001 0 110110 110111 1001110 10 100110 10000

Color Harmonies of #381A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381A19

Black with #381A19

Text Example


Text Example

White with #381A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,26,25); }

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

background-color css

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

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

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

border-color css

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

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

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