Html Css Color HEX #381410 Seal Brown

📋 copy color: '#381410'

red 56 ◦ green 20 ◦ blue 16

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

Shades of Seal Brown #381410

Tints of Seal Brown #381410

RGB

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

 GREEN value IS 20 (8.2% from 255) = 21.74%

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

R = 60.87%
G = 21.74%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.78

RGB Variations

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

Color information

#381410 (or 0x381410) is known color: Seal Brown. HEX triplet: 38, 14 and 10. RGB value is (56,20,16). Sum of RGB (Red+Green+Blue) = 56+20+16=92 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.87% from 92); Green value is 20 (8.20% from 255 or 21.74% from 92); Blue value is 16 (6.64% from 255 or 17.39% from 92); Max value from RGB is 56 - color contains mainly: red. Hex color #381410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381410 is #C7EBEF. Grayscale: #1E1E1E. Windows color (decimal): -13102064 or 1053752. OLE color: 1053752.

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

Color convert

RGB 56 20 16 -
CMYK 0 0.64 0.71 0.78
HSL 0.56% 0.14% -
HSV(B) 0.71% 0.22% -
XYZ 1.97 1.38 0.65 -
YUV 30.31 119.93 146.33 -
System Red Green Blue C M Y K H S L
Decimal 56 20 16 0 0.64 0.71 0.78 6 0.56 0.14
Hex 38 14 10 0 40 47 4E 6 38 E
Octal 70 24 20 0 100 107 116 6 70 16
Binary 111000 10100 10000 0 1000000 1000111 1001110 110 111000 1110

Color Harmonies of #381410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381410

Black with #381410

Text Example


Text Example

White with #381410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381410; }

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

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

background-color css

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

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

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

border-color css

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

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

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