Html Css Color HEX #38170F Seal Brown

📋 copy color: '#38170F'

red 56 ◦ green 23 ◦ blue 15

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

Shades of Seal Brown #38170F

Tints of Seal Brown #38170F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 24.47%

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

R = 59.57%
G = 24.47%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.73

 K value IS 0.78

RGB Variations

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

Color information

#38170F (or 0x38170F) is known color: Seal Brown. HEX triplet: 38, 17 and 0F. RGB value is (56,23,15). Sum of RGB (Red+Green+Blue) = 56+23+15=94 (12% of max value = 765). Red value is 56 (22.27% from 255 or 59.57% from 94); Green value is 23 (9.38% from 255 or 24.47% from 94); Blue value is 15 (6.25% from 255 or 15.96% from 94); Max value from RGB is 56 - color contains mainly: red. Hex color #38170F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38170F is #C7E8F0. Grayscale: #202020. Windows color (decimal): -13101297 or 988984. OLE color: 988984.

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

Color convert

RGB 56 23 15 -
CMYK 0 0.59 0.73 0.78
HSL 11.71º 0.58% 0.14% -
HSV(B) 11.71º 0.73% 0.22% -
XYZ 2.02 1.49 0.63 -
YUV 31.96 118.43 145.15 -
System Red Green Blue C M Y K H S L
Decimal 56 23 15 0 0.59 0.73 0.78 11.71 0.58 0.14
Hex 38 17 F 0 3B 49 4E C 3A E
Octal 70 27 17 0 73 111 116 14 72 16
Binary 111000 10111 1111 0 111011 1001001 1001110 1100 111010 1110

Color Harmonies of #38170F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38170F

Black with #38170F

Text Example


Text Example

White with #38170F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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