Html Css Color HEX #38110D Seal Brown

📋 copy color: '#38110D'

red 56 ◦ green 17 ◦ blue 13

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

Shades of Seal Brown #38110D

Tints of Seal Brown #38110D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 19.77%

 BLUE value IS 13 (5.47% from 255) = 15.12%

R = 65.12%
G = 19.77%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.78

RGB Variations

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

Color information

#38110D (or 0x38110D) is known color: Seal Brown. HEX triplet: 38, 11 and 0D. RGB value is (56,17,13). Sum of RGB (Red+Green+Blue) = 56+17+13=86 (11% of max value = 765). Red value is 56 (22.27% from 255 or 65.12% from 86); Green value is 17 (7.03% from 255 or 19.77% from 86); Blue value is 13 (5.47% from 255 or 15.12% from 86); Max value from RGB is 56 - color contains mainly: red. Hex color #38110D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38110D is #C7EEF2. Grayscale: #1C1C1C. Windows color (decimal): -13102835 or 856376. OLE color: 856376.

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

Color convert

RGB 56 17 13 -
CMYK 0 0.70 0.77 0.78
HSL 5.58º 0.62% 0.14% -
HSV(B) 5.58º 0.77% 0.22% -
XYZ 1.9 1.27 0.53 -
YUV 28.21 119.42 147.83 -
System Red Green Blue C M Y K H S L
Decimal 56 17 13 0 0.70 0.77 0.78 5.58 0.62 0.14
Hex 38 11 D 0 46 4D 4E 6 3E E
Octal 70 21 15 0 106 115 116 6 76 16
Binary 111000 10001 1101 0 1000110 1001101 1001110 110 111110 1110

Color Harmonies of #38110D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38110D

Black with #38110D

Text Example


Text Example

White with #38110D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38110D; }

 p { color: rgb(56,17,13); }

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

background-color css

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

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

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

border-color css

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

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

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