Html Css Color HEX #381710 Seal Brown

📋 copy color: '#381710'

red 56 ◦ green 23 ◦ blue 16

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

Shades of Seal Brown #381710

Tints of Seal Brown #381710

RGB

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

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

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

R = 58.95%
G = 24.21%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.71

 K value IS 0.78

RGB Variations

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

Color information

#381710 (or 0x381710) is known color: Seal Brown. HEX triplet: 38, 17 and 10. RGB value is (56,23,16). Sum of RGB (Red+Green+Blue) = 56+23+16=95 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.95% from 95); Green value is 23 (9.38% from 255 or 24.21% from 95); Blue value is 16 (6.64% from 255 or 16.84% from 95); Max value from RGB is 56 - color contains mainly: red. Hex color #381710 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381710 is #C7E8EF. Grayscale: #202020. Windows color (decimal): -13101296 or 1054520. OLE color: 1054520.

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

Color convert

RGB 56 23 16 -
CMYK 0 0.59 0.71 0.78
HSL 10.5º 0.56% 0.14% -
HSV(B) 10.5º 0.71% 0.22% -
XYZ 2.03 1.49 0.67 -
YUV 32.07 118.93 145.07 -
System Red Green Blue C M Y K H S L
Decimal 56 23 16 0 0.59 0.71 0.78 10.5 0.56 0.14
Hex 38 17 10 0 3B 47 4E A 38 E
Octal 70 27 20 0 73 107 116 12 70 16
Binary 111000 10111 10000 0 111011 1000111 1001110 1010 111000 1110

Color Harmonies of #381710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381710

Black with #381710

Text Example


Text Example

White with #381710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381710; }

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

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

background-color css

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

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

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

border-color css

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

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

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