Html Css Color HEX #38160F Seal Brown

📋 copy color: '#38160F'

red 56 ◦ green 22 ◦ blue 15

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

Shades of Seal Brown #38160F

Tints of Seal Brown #38160F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 23.66%

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

R = 60.22%
G = 23.66%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.73

 K value IS 0.78

RGB Variations

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

Color information

#38160F (or 0x38160F) is known color: Seal Brown. HEX triplet: 38, 16 and 0F. RGB value is (56,22,15). Sum of RGB (Red+Green+Blue) = 56+22+15=93 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.22% from 93); Green value is 22 (8.98% from 255 or 23.66% from 93); Blue value is 15 (6.25% from 255 or 16.13% from 93); Max value from RGB is 56 - color contains mainly: red. Hex color #38160F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38160F is #C7E9F0. Grayscale: #1F1F1F. Windows color (decimal): -13101553 or 988728. OLE color: 988728.

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

Color convert

RGB 56 22 15 -
CMYK 0 0.61 0.73 0.78
HSL 10.24º 0.58% 0.14% -
HSV(B) 10.24º 0.73% 0.22% -
XYZ 2 1.45 0.63 -
YUV 31.37 118.76 145.57 -
System Red Green Blue C M Y K H S L
Decimal 56 22 15 0 0.61 0.73 0.78 10.24 0.58 0.14
Hex 38 16 F 0 3D 49 4E A 3A E
Octal 70 26 17 0 75 111 116 12 72 16
Binary 111000 10110 1111 0 111101 1001001 1001110 1010 111010 1110

Color Harmonies of #38160F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38160F

Black with #38160F

Text Example


Text Example

White with #38160F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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