Html Css Color HEX #381812 Seal Brown

📋 copy color: '#381812'

red 56 ◦ green 24 ◦ blue 18

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

Shades of Seal Brown #381812

Tints of Seal Brown #381812

RGB

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

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

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

R = 57.14%
G = 24.49%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.78

RGB Variations

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

Color information

#381812 (or 0x381812) is known color: Seal Brown. HEX triplet: 38, 18 and 12. RGB value is (56,24,18). Sum of RGB (Red+Green+Blue) = 56+24+18=98 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.14% from 98); Green value is 24 (9.77% from 255 or 24.49% from 98); Blue value is 18 (7.42% from 255 or 18.37% from 98); Max value from RGB is 56 - color contains mainly: red. Hex color #381812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381812 is #C7E7ED. Grayscale: #202020. Windows color (decimal): -13101038 or 1185848. OLE color: 1185848.

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

Color convert

RGB 56 24 18 -
CMYK 0 0.57 0.68 0.78
HSL 9.47º 0.51% 0.15% -
HSV(B) 9.47º 0.68% 0.22% -
XYZ 2.07 1.54 0.76 -
YUV 32.88 119.6 144.49 -
System Red Green Blue C M Y K H S L
Decimal 56 24 18 0 0.57 0.68 0.78 9.47 0.51 0.15
Hex 38 18 12 0 39 44 4E 9 33 F
Octal 70 30 22 0 71 104 116 11 63 17
Binary 111000 11000 10010 0 111001 1000100 1001110 1001 110011 1111

Color Harmonies of #381812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381812

Black with #381812

Text Example


Text Example

White with #381812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381812; }

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

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

background-color css

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

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

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

border-color css

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

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

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