Html Css Color HEX #38150C Seal Brown

📋 copy color: '#38150C'

red 56 ◦ green 21 ◦ blue 12

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

Shades of Seal Brown #38150C

Tints of Seal Brown #38150C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 13.48%

R = 62.92%
G = 23.6%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.79

 K value IS 0.78

RGB Variations

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

Color information

#38150C (or 0x38150C) is known color: Seal Brown. HEX triplet: 38, 15 and 0C. RGB value is (56,21,12). Sum of RGB (Red+Green+Blue) = 56+21+12=89 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.92% from 89); Green value is 21 (8.59% from 255 or 23.60% from 89); Blue value is 12 (5.08% from 255 or 13.48% from 89); Max value from RGB is 56 - color contains mainly: red. Hex color #38150C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38150C is #C7EAF3. Grayscale: #1E1E1E. Windows color (decimal): -13101812 or 791864. OLE color: 791864.

HSL color Cylindrical-coordinate representation of color #38150C: hue angle of 12.27º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #38150C is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 21 12 -
CMYK 0 0.63 0.79 0.78
HSL 12.27º 0.65% 0.13% -
HSV(B) 12.27º 0.79% 0.22% -
XYZ 1.97 1.4 0.52 -
YUV 30.44 117.6 146.23 -
System Red Green Blue C M Y K H S L
Decimal 56 21 12 0 0.63 0.79 0.78 12.27 0.65 0.13
Hex 38 15 C 0 3F 4F 4E C 41 D
Octal 70 25 14 0 77 117 116 14 101 15
Binary 111000 10101 1100 0 111111 1001111 1001110 1100 1000001 1101

Color Harmonies of #38150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38150C

Black with #38150C

Text Example


Text Example

White with #38150C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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