Html Css Color HEX #381512 Seal Brown

📋 copy color: '#381512'

red 56 ◦ green 21 ◦ blue 18

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

Shades of Seal Brown #381512

Tints of Seal Brown #381512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 22.11%

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

R = 58.95%
G = 22.11%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.78

RGB Variations

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

Color information

#381512 (or 0x381512) is known color: Seal Brown. HEX triplet: 38, 15 and 12. RGB value is (56,21,18). Sum of RGB (Red+Green+Blue) = 56+21+18=95 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.95% from 95); Green value is 21 (8.59% from 255 or 22.11% from 95); Blue value is 18 (7.42% from 255 or 18.95% from 95); Max value from RGB is 56 - color contains mainly: red. Hex color #381512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381512 is #C7EAED. Grayscale: #1F1F1F. Windows color (decimal): -13101806 or 1185080. OLE color: 1185080.

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

Color convert

RGB 56 21 18 -
CMYK 0 0.63 0.68 0.78
HSL 4.74º 0.51% 0.15% -
HSV(B) 4.74º 0.68% 0.22% -
XYZ 2.01 1.42 0.74 -
YUV 31.12 120.6 145.74 -
System Red Green Blue C M Y K H S L
Decimal 56 21 18 0 0.63 0.68 0.78 4.74 0.51 0.15
Hex 38 15 12 0 3F 44 4E 5 33 F
Octal 70 25 22 0 77 104 116 5 63 17
Binary 111000 10101 10010 0 111111 1000100 1001110 101 110011 1111

Color Harmonies of #381512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381512

Black with #381512

Text Example


Text Example

White with #381512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381512; }

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

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

background-color css

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

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

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

border-color css

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

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

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