Html Css Color HEX #381610 Seal Brown

📋 copy color: '#381610'

red 56 ◦ green 22 ◦ blue 16

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

Shades of Seal Brown #381610

Tints of Seal Brown #381610

RGB

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

 GREEN value IS 22 (8.98% from 255) = 23.4%

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

R = 59.57%
G = 23.4%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.71

 K value IS 0.78

RGB Variations

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

Color information

#381610 (or 0x381610) is known color: Seal Brown. HEX triplet: 38, 16 and 10. RGB value is (56,22,16). Sum of RGB (Red+Green+Blue) = 56+22+16=94 (12% of max value = 765). Red value is 56 (22.27% from 255 or 59.57% from 94); Green value is 22 (8.98% from 255 or 23.40% from 94); Blue value is 16 (6.64% from 255 or 17.02% from 94); Max value from RGB is 56 - color contains mainly: red. Hex color #381610 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381610 is #C7E9EF. Grayscale: #1F1F1F. Windows color (decimal): -13101552 or 1054264. OLE color: 1054264.

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

Color convert

RGB 56 22 16 -
CMYK 0 0.61 0.71 0.78
HSL 0.56% 0.14% -
HSV(B) 0.71% 0.22% -
XYZ 2.01 1.45 0.66 -
YUV 31.48 119.26 145.49 -
System Red Green Blue C M Y K H S L
Decimal 56 22 16 0 0.61 0.71 0.78 9 0.56 0.14
Hex 38 16 10 0 3D 47 4E 9 38 E
Octal 70 26 20 0 75 107 116 11 70 16
Binary 111000 10110 10000 0 111101 1000111 1001110 1001 111000 1110

Color Harmonies of #381610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381610

Black with #381610

Text Example


Text Example

White with #381610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381610; }

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

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

background-color css

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

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

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

border-color css

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

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

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