Html Css Color HEX #381712 Seal Brown

📋 copy color: '#381712'

red 56 ◦ green 23 ◦ blue 18

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

Shades of Seal Brown #381712

Tints of Seal Brown #381712

RGB

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

 GREEN value IS 23 (9.38% from 255) = 23.71%

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

R = 57.73%
G = 23.71%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.78

RGB Variations

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

Color information

#381712 (or 0x381712) is known color: Seal Brown. HEX triplet: 38, 17 and 12. RGB value is (56,23,18). Sum of RGB (Red+Green+Blue) = 56+23+18=97 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.73% from 97); Green value is 23 (9.38% from 255 or 23.71% from 97); Blue value is 18 (7.42% from 255 or 18.56% from 97); Max value from RGB is 56 - color contains mainly: red. Hex color #381712 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381712 is #C7E8ED. Grayscale: #202020. Windows color (decimal): -13101294 or 1185592. OLE color: 1185592.

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

Color convert

RGB 56 23 18 -
CMYK 0 0.59 0.68 0.78
HSL 7.89º 0.51% 0.15% -
HSV(B) 7.89º 0.68% 0.22% -
XYZ 2.05 1.5 0.75 -
YUV 32.3 119.93 144.91 -
System Red Green Blue C M Y K H S L
Decimal 56 23 18 0 0.59 0.68 0.78 7.89 0.51 0.15
Hex 38 17 12 0 3B 44 4E 8 33 F
Octal 70 27 22 0 73 104 116 10 63 17
Binary 111000 10111 10010 0 111011 1000100 1001110 1000 110011 1111

Color Harmonies of #381712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381712

Black with #381712

Text Example


Text Example

White with #381712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381712; }

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

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

background-color css

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

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

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

border-color css

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

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

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