Html Css Color HEX #38150B Seal Brown

📋 copy color: '#38150B'

red 56 ◦ green 21 ◦ blue 11

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

Shades of Seal Brown #38150B

Tints of Seal Brown #38150B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 12.5%

R = 63.64%
G = 23.86%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.80

 K value IS 0.78

RGB Variations

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

Color information

#38150B (or 0x38150B) is known color: Seal Brown. HEX triplet: 38, 15 and 0B. RGB value is (56,21,11). Sum of RGB (Red+Green+Blue) = 56+21+11=88 (11% of max value = 765). Red value is 56 (22.27% from 255 or 63.64% from 88); Green value is 21 (8.59% from 255 or 23.86% from 88); Blue value is 11 (4.69% from 255 or 12.5% from 88); Max value from RGB is 56 - color contains mainly: red. Hex color #38150B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38150B is #C7EAF4. Grayscale: #1E1E1E. Windows color (decimal): -13101813 or 726328. OLE color: 726328.

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

Color convert

RGB 56 21 11 -
CMYK 0 0.63 0.80 0.78
HSL 13.33º 0.67% 0.13% -
HSV(B) 13.33º 0.8% 0.22% -
XYZ 1.96 1.4 0.48 -
YUV 30.33 117.1 146.31 -
System Red Green Blue C M Y K H S L
Decimal 56 21 11 0 0.63 0.80 0.78 13.33 0.67 0.13
Hex 38 15 B 0 3F 50 4E D 43 D
Octal 70 25 13 0 77 120 116 15 103 15
Binary 111000 10101 1011 0 111111 1010000 1001110 1101 1000011 1101

Color Harmonies of #38150B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38150B

Black with #38150B

Text Example


Text Example

White with #38150B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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