Html Css Color HEX #38140F Seal Brown

📋 copy color: '#38140F'

red 56 ◦ green 20 ◦ blue 15

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

Shades of Seal Brown #38140F

Tints of Seal Brown #38140F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 21.98%

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

R = 61.54%
G = 21.98%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.73

 K value IS 0.78

RGB Variations

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

Color information

#38140F (or 0x38140F) is known color: Seal Brown. HEX triplet: 38, 14 and 0F. RGB value is (56,20,15). Sum of RGB (Red+Green+Blue) = 56+20+15=91 (12% of max value = 765). Red value is 56 (22.27% from 255 or 61.54% from 91); Green value is 20 (8.20% from 255 or 21.98% from 91); Blue value is 15 (6.25% from 255 or 16.48% from 91); Max value from RGB is 56 - color contains mainly: red. Hex color #38140F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38140F is #C7EBF0. Grayscale: #1E1E1E. Windows color (decimal): -13102065 or 988216. OLE color: 988216.

HSL color Cylindrical-coordinate representation of color #38140F: hue angle of 7.32º 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 #38140F is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 20 15 -
CMYK 0 0.64 0.73 0.78
HSL 7.32º 0.58% 0.14% -
HSV(B) 7.32º 0.73% 0.22% -
XYZ 1.97 1.38 0.61 -
YUV 30.19 119.43 146.41 -
System Red Green Blue C M Y K H S L
Decimal 56 20 15 0 0.64 0.73 0.78 7.32 0.58 0.14
Hex 38 14 F 0 40 49 4E 7 3A E
Octal 70 24 17 0 100 111 116 7 72 16
Binary 111000 10100 1111 0 1000000 1001001 1001110 111 111010 1110

Color Harmonies of #38140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38140F

Black with #38140F

Text Example


Text Example

White with #38140F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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