Html Css Color HEX #381010 Seal Brown

📋 copy color: '#381010'

red 56 ◦ green 16 ◦ blue 16

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

Shades of Seal Brown #381010

Tints of Seal Brown #381010

RGB

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

 GREEN value IS 16 (6.64% from 255) = 18.18%

 BLUE value IS 16 (6.64% from 255) = 18.18%

R = 63.64%
G = 18.18%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.78

RGB Variations

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

Color information

#381010 (or 0x381010) is known color: Seal Brown. HEX triplet: 38, 10 and 10. RGB value is (56,16,16). Sum of RGB (Red+Green+Blue) = 56+16+16=88 (11% of max value = 765). Red value is 56 (22.27% from 255 or 63.64% from 88); Green value is 16 (6.64% from 255 or 18.18% from 88); Blue value is 16 (6.64% from 255 or 18.18% from 88); Max value from RGB is 56 - color contains mainly: red. Hex color #381010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381010 is #C7EFEF. Grayscale: #1C1C1C. Windows color (decimal): -13103088 or 1052728. OLE color: 1052728.

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

Color convert

RGB 56 16 16 -
CMYK 0 0.71 0.71 0.78
HSL 0.56% 0.14% -
HSV(B) 0.71% 0.22% -
XYZ 1.91 1.25 0.63 -
YUV 27.96 121.25 148 -
System Red Green Blue C M Y K H S L
Decimal 56 16 16 0 0.71 0.71 0.78 0 0.56 0.14
Hex 38 10 10 0 47 47 4E 0 38 E
Octal 70 20 20 0 107 107 116 0 70 16
Binary 111000 10000 10000 0 1000111 1000111 1001110 0 111000 1110

Color Harmonies of #381010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381010

Black with #381010

Text Example


Text Example

White with #381010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381010; }

 p { color: rgb(56,16,16); }

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

background-color css

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

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

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

border-color css

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

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

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