Html Css Color HEX #381816 Seal Brown

📋 copy color: '#381816'

red 56 ◦ green 24 ◦ blue 22

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

Shades of Seal Brown #381816

Tints of Seal Brown #381816

RGB

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

 GREEN value IS 24 (9.77% from 255) = 23.53%

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

R = 54.9%
G = 23.53%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.61

 K value IS 0.78

RGB Variations

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

Color information

#381816 (or 0x381816) is known color: Seal Brown. HEX triplet: 38, 18 and 16. RGB value is (56,24,22). Sum of RGB (Red+Green+Blue) = 56+24+22=102 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.90% from 102); Green value is 24 (9.77% from 255 or 23.53% from 102); Blue value is 22 (8.98% from 255 or 21.57% from 102); Max value from RGB is 56 - color contains mainly: red. Hex color #381816 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381816 is #C7E7E9. Grayscale: #212121. Windows color (decimal): -13101034 or 1447992. OLE color: 1447992.

HSL color Cylindrical-coordinate representation of color #381816: hue angle of 3.53º 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 #381816 is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 24 22 -
CMYK 0 0.57 0.61 0.78
HSL 3.53º 0.44% 0.15% -
HSV(B) 3.53º 0.61% 0.22% -
XYZ 2.1 1.55 0.95 -
YUV 33.34 121.6 144.16 -
System Red Green Blue C M Y K H S L
Decimal 56 24 22 0 0.57 0.61 0.78 3.53 0.44 0.15
Hex 38 18 16 0 39 3D 4E 4 2C F
Octal 70 30 26 0 71 75 116 4 54 17
Binary 111000 11000 10110 0 111001 111101 1001110 100 101100 1111

Color Harmonies of #381816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381816

Black with #381816

Text Example


Text Example

White with #381816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381816; }

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

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

background-color css

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

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

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

border-color css

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

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

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