Html Css Color HEX #38150D Seal Brown

📋 copy color: '#38150D'

red 56 ◦ green 21 ◦ blue 13

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

Shades of Seal Brown #38150D

Tints of Seal Brown #38150D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 23.33%

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

R = 62.22%
G = 23.33%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.77

 K value IS 0.78

RGB Variations

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

Color information

#38150D (or 0x38150D) is known color: Seal Brown. HEX triplet: 38, 15 and 0D. RGB value is (56,21,13). Sum of RGB (Red+Green+Blue) = 56+21+13=90 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.22% from 90); Green value is 21 (8.59% from 255 or 23.33% from 90); Blue value is 13 (5.47% from 255 or 14.44% from 90); Max value from RGB is 56 - color contains mainly: red. Hex color #38150D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38150D is #C7EAF2. Grayscale: #1E1E1E. Windows color (decimal): -13101811 or 857400. OLE color: 857400.

HSL color Cylindrical-coordinate representation of color #38150D: hue angle of 11.16º 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 #38150D is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 21 13 -
CMYK 0 0.63 0.77 0.78
HSL 11.16º 0.62% 0.14% -
HSV(B) 11.16º 0.77% 0.22% -
XYZ 1.97 1.41 0.55 -
YUV 30.55 118.1 146.15 -
System Red Green Blue C M Y K H S L
Decimal 56 21 13 0 0.63 0.77 0.78 11.16 0.62 0.14
Hex 38 15 D 0 3F 4D 4E B 3E E
Octal 70 25 15 0 77 115 116 13 76 16
Binary 111000 10101 1101 0 111111 1001101 1001110 1011 111110 1110

Color Harmonies of #38150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38150D

Black with #38150D

Text Example


Text Example

White with #38150D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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