Html Css Color HEX #381614 Seal Brown

📋 copy color: '#381614'

red 56 ◦ green 22 ◦ blue 20

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

Shades of Seal Brown #381614

Tints of Seal Brown #381614

RGB

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

 GREEN value IS 22 (8.98% from 255) = 22.45%

 BLUE value IS 20 (8.2% from 255) = 20.41%

R = 57.14%
G = 22.45%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#381614 (or 0x381614) is known color: Seal Brown. HEX triplet: 38, 16 and 14. RGB value is (56,22,20). Sum of RGB (Red+Green+Blue) = 56+22+20=98 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.14% from 98); Green value is 22 (8.98% from 255 or 22.45% from 98); Blue value is 20 (8.20% from 255 or 20.41% from 98); Max value from RGB is 56 - color contains mainly: red. Hex color #381614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381614 is #C7E9EB. Grayscale: #1F1F1F. Windows color (decimal): -13101548 or 1316408. OLE color: 1316408.

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

Color convert

RGB 56 22 20 -
CMYK 0 0.61 0.64 0.78
HSL 3.33º 0.47% 0.15% -
HSV(B) 3.33º 0.64% 0.22% -
XYZ 2.04 1.47 0.84 -
YUV 31.94 121.26 145.16 -
System Red Green Blue C M Y K H S L
Decimal 56 22 20 0 0.61 0.64 0.78 3.33 0.47 0.15
Hex 38 16 14 0 3D 40 4E 3 2F F
Octal 70 26 24 0 75 100 116 3 57 17
Binary 111000 10110 10100 0 111101 1000000 1001110 11 101111 1111

Color Harmonies of #381614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381614

Black with #381614

Text Example


Text Example

White with #381614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381614; }

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

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

background-color css

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

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

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

border-color css

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

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

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