Html Css Color HEX #381917 Seal Brown

📋 copy color: '#381917'

red 56 ◦ green 25 ◦ blue 23

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

Shades of Seal Brown #381917

Tints of Seal Brown #381917

RGB

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

 GREEN value IS 25 (10.16% from 255) = 24.04%

 BLUE value IS 23 (9.38% from 255) = 22.12%

R = 53.85%
G = 24.04%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.59

 K value IS 0.78

RGB Variations

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

Color information

#381917 (or 0x381917) is known color: Seal Brown. HEX triplet: 38, 19 and 17. RGB value is (56,25,23). Sum of RGB (Red+Green+Blue) = 56+25+23=104 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.85% from 104); Green value is 25 (10.16% from 255 or 24.04% from 104); Blue value is 23 (9.38% from 255 or 22.12% from 104); Max value from RGB is 56 - color contains mainly: red. Hex color #381917 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381917 is #C7E6E8. Grayscale: #222222. Windows color (decimal): -13100777 or 1513784. OLE color: 1513784.

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

Color convert

RGB 56 25 23 -
CMYK 0 0.55 0.59 0.78
HSL 3.64º 0.42% 0.15% -
HSV(B) 3.64º 0.59% 0.22% -
XYZ 2.13 1.6 1.01 -
YUV 34.04 121.77 143.66 -
System Red Green Blue C M Y K H S L
Decimal 56 25 23 0 0.55 0.59 0.78 3.64 0.42 0.15
Hex 38 19 17 0 37 3B 4E 4 2A F
Octal 70 31 27 0 67 73 116 4 52 17
Binary 111000 11001 10111 0 110111 111011 1001110 100 101010 1111

Color Harmonies of #381917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381917

Black with #381917

Text Example


Text Example

White with #381917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381917; }

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

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

background-color css

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

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

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

border-color css

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

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

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