Html Css Color HEX #381412 Seal Brown

📋 copy color: '#381412'

red 56 ◦ green 20 ◦ blue 18

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

Shades of Seal Brown #381412

Tints of Seal Brown #381412

RGB

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

 GREEN value IS 20 (8.2% from 255) = 21.28%

 BLUE value IS 18 (7.42% from 255) = 19.15%

R = 59.57%
G = 21.28%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.78

RGB Variations

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

Color information

#381412 (or 0x381412) is known color: Seal Brown. HEX triplet: 38, 14 and 12. RGB value is (56,20,18). Sum of RGB (Red+Green+Blue) = 56+20+18=94 (12% of max value = 765). Red value is 56 (22.27% from 255 or 59.57% from 94); Green value is 20 (8.20% from 255 or 21.28% from 94); Blue value is 18 (7.42% from 255 or 19.15% from 94); Max value from RGB is 56 - color contains mainly: red. Hex color #381412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381412 is #C7EBED. Grayscale: #1E1E1E. Windows color (decimal): -13102062 or 1184824. OLE color: 1184824.

HSL color Cylindrical-coordinate representation of color #381412: hue angle of 3.16º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #381412 is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 20 18 -
CMYK 0 0.64 0.68 0.78
HSL 3.16º 0.51% 0.15% -
HSV(B) 3.16º 0.68% 0.22% -
XYZ 1.99 1.38 0.73 -
YUV 30.54 120.93 146.16 -
System Red Green Blue C M Y K H S L
Decimal 56 20 18 0 0.64 0.68 0.78 3.16 0.51 0.15
Hex 38 14 12 0 40 44 4E 3 33 F
Octal 70 24 22 0 100 104 116 3 63 17
Binary 111000 10100 10010 0 1000000 1000100 1001110 11 110011 1111

Color Harmonies of #381412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381412

Black with #381412

Text Example


Text Example

White with #381412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381412; }

 p { color: rgb(56,20,18); }

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

background-color css

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

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

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

border-color css

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

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

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