Html Css Color HEX #381616 Seal Brown

📋 copy color: '#381616'

red 56 ◦ green 22 ◦ blue 22

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

Shades of Seal Brown #381616

Tints of Seal Brown #381616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 22%

R = 56%
G = 22%
B = 22%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.61

 K value IS 0.78

RGB Variations

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

Color information

#381616 (or 0x381616) is known color: Seal Brown. HEX triplet: 38, 16 and 16. RGB value is (56,22,22). Sum of RGB (Red+Green+Blue) = 56+22+22=100 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56% from 100); Green value is 22 (8.98% from 255 or 22% from 100); Blue value is 22 (8.98% from 255 or 22% from 100); Max value from RGB is 56 - color contains mainly: red. Hex color #381616 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381616 is #C7E9E9. Grayscale: #202020. Windows color (decimal): -13101546 or 1447480. OLE color: 1447480.

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

Color convert

RGB 56 22 22 -
CMYK 0 0.61 0.61 0.78
HSL 0.44% 0.15% -
HSV(B) 0.61% 0.22% -
XYZ 2.06 1.47 0.93 -
YUV 32.17 122.26 145 -
System Red Green Blue C M Y K H S L
Decimal 56 22 22 0 0.61 0.61 0.78 0 0.44 0.15
Hex 38 16 16 0 3D 3D 4E 0 2C F
Octal 70 26 26 0 75 75 116 0 54 17
Binary 111000 10110 10110 0 111101 111101 1001110 0 101100 1111

Color Harmonies of #381616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381616

Black with #381616

Text Example


Text Example

White with #381616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381616; }

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

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

background-color css

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

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

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

border-color css

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

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

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