Html Css Color HEX #381612 Seal Brown

📋 copy color: '#381612'

red 56 ◦ green 22 ◦ blue 18

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

Shades of Seal Brown #381612

Tints of Seal Brown #381612

RGB

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

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

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

R = 58.33%
G = 22.92%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.78

RGB Variations

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

Color information

#381612 (or 0x381612) is known color: Seal Brown. HEX triplet: 38, 16 and 12. RGB value is (56,22,18). Sum of RGB (Red+Green+Blue) = 56+22+18=96 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.33% from 96); Green value is 22 (8.98% from 255 or 22.92% from 96); Blue value is 18 (7.42% from 255 or 18.75% from 96); Max value from RGB is 56 - color contains mainly: red. Hex color #381612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381612 is #C7E9ED. Grayscale: #1F1F1F. Windows color (decimal): -13101550 or 1185336. OLE color: 1185336.

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

Color convert

RGB 56 22 18 -
CMYK 0 0.61 0.68 0.78
HSL 6.32º 0.51% 0.15% -
HSV(B) 6.32º 0.68% 0.22% -
XYZ 2.03 1.46 0.75 -
YUV 31.71 120.26 145.33 -
System Red Green Blue C M Y K H S L
Decimal 56 22 18 0 0.61 0.68 0.78 6.32 0.51 0.15
Hex 38 16 12 0 3D 44 4E 6 33 F
Octal 70 26 22 0 75 104 116 6 63 17
Binary 111000 10110 10010 0 111101 1000100 1001110 110 110011 1111

Color Harmonies of #381612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381612

Black with #381612

Text Example


Text Example

White with #381612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381612; }

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

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

background-color css

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

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

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

border-color css

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

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

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