Html Css Color HEX #38150F Seal Brown

📋 copy color: '#38150F'

red 56 ◦ green 21 ◦ blue 15

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

Shades of Seal Brown #38150F

Tints of Seal Brown #38150F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 16.3%

R = 60.87%
G = 22.83%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.78

RGB Variations

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

Color information

#38150F (or 0x38150F) is known color: Seal Brown. HEX triplet: 38, 15 and 0F. RGB value is (56,21,15). Sum of RGB (Red+Green+Blue) = 56+21+15=92 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.87% from 92); Green value is 21 (8.59% from 255 or 22.83% from 92); Blue value is 15 (6.25% from 255 or 16.30% from 92); Max value from RGB is 56 - color contains mainly: red. Hex color #38150F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38150F is #C7EAF0. Grayscale: #1E1E1E. Windows color (decimal): -13101809 or 988472. OLE color: 988472.

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

Color convert

RGB 56 21 15 -
CMYK 0 0.63 0.73 0.78
HSL 8.78º 0.58% 0.14% -
HSV(B) 8.78º 0.73% 0.22% -
XYZ 1.99 1.41 0.62 -
YUV 30.78 119.1 145.99 -
System Red Green Blue C M Y K H S L
Decimal 56 21 15 0 0.63 0.73 0.78 8.78 0.58 0.14
Hex 38 15 F 0 3F 49 4E 9 3A E
Octal 70 25 17 0 77 111 116 11 72 16
Binary 111000 10101 1111 0 111111 1001001 1001110 1001 111010 1110

Color Harmonies of #38150F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38150F

Black with #38150F

Text Example


Text Example

White with #38150F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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