Html Css Color HEX #38120D Seal Brown

📋 copy color: '#38120D'

red 56 ◦ green 18 ◦ blue 13

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

Shades of Seal Brown #38120D

Tints of Seal Brown #38120D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 14.94%

R = 64.37%
G = 20.69%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.77

 K value IS 0.78

RGB Variations

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

Color information

#38120D (or 0x38120D) is known color: Seal Brown. HEX triplet: 38, 12 and 0D. RGB value is (56,18,13). Sum of RGB (Red+Green+Blue) = 56+18+13=87 (11% of max value = 765). Red value is 56 (22.27% from 255 or 64.37% from 87); Green value is 18 (7.42% from 255 or 20.69% from 87); Blue value is 13 (5.47% from 255 or 14.94% from 87); Max value from RGB is 56 - color contains mainly: red. Hex color #38120D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38120D is #C7EDF2. Grayscale: #1C1C1C. Windows color (decimal): -13102579 or 856632. OLE color: 856632.

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

Color convert

RGB 56 18 13 -
CMYK 0 0.68 0.77 0.78
HSL 6.98º 0.62% 0.14% -
HSV(B) 6.98º 0.77% 0.22% -
XYZ 1.92 1.3 0.53 -
YUV 28.79 119.09 147.41 -
System Red Green Blue C M Y K H S L
Decimal 56 18 13 0 0.68 0.77 0.78 6.98 0.62 0.14
Hex 38 12 D 0 44 4D 4E 7 3E E
Octal 70 22 15 0 104 115 116 7 76 16
Binary 111000 10010 1101 0 1000100 1001101 1001110 111 111110 1110

Color Harmonies of #38120D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38120D

Black with #38120D

Text Example


Text Example

White with #38120D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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