Html Css Color HEX #38120E Seal Brown

📋 copy color: '#38120E'

red 56 ◦ green 18 ◦ blue 14

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

Shades of Seal Brown #38120E

Tints of Seal Brown #38120E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 20.45%

 BLUE value IS 14 (5.86% from 255) = 15.91%

R = 63.64%
G = 20.45%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#38120E (or 0x38120E) is known color: Seal Brown. HEX triplet: 38, 12 and 0E. RGB value is (56,18,14). Sum of RGB (Red+Green+Blue) = 56+18+14=88 (11% of max value = 765). Red value is 56 (22.27% from 255 or 63.64% from 88); Green value is 18 (7.42% from 255 or 20.45% from 88); Blue value is 14 (5.86% from 255 or 15.91% from 88); Max value from RGB is 56 - color contains mainly: red. Hex color #38120E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38120E is #C7EDF1. Grayscale: #1C1C1C. Windows color (decimal): -13102578 or 922168. OLE color: 922168.

HSL color Cylindrical-coordinate representation of color #38120E: hue angle of 5.71º degrees, saturation: 0.6, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38120E is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 18 14 -
CMYK 0 0.68 0.75 0.78
HSL 5.71º 0.6% 0.14% -
HSV(B) 5.71º 0.75% 0.22% -
XYZ 1.93 1.31 0.57 -
YUV 28.91 119.59 147.33 -
System Red Green Blue C M Y K H S L
Decimal 56 18 14 0 0.68 0.75 0.78 5.71 0.6 0.14
Hex 38 12 E 0 44 4B 4E 6 3C E
Octal 70 22 16 0 104 113 116 6 74 16
Binary 111000 10010 1110 0 1000100 1001011 1001110 110 111100 1110

Color Harmonies of #38120E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38120E

Black with #38120E

Text Example


Text Example

White with #38120E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38120E; }

 p { color: rgb(56,18,14); }

 H1.HeaderClassName
 {
   color: #38120E;
 }
 .AnyTagClassName
 {
   color: #38120E;
 }
</style>

background-color css

<style>
 a { background-color: #38120E; }

 a { background-color: rgb(56,18,14); }

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

border-color css

<style>
 span { border-color: #38120E; }

 span { border-color: rgb(56,18,14); }

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