Html Css Color HEX #38120C Seal Brown

📋 copy color: '#38120C'

red 56 ◦ green 18 ◦ blue 12

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

Shades of Seal Brown #38120C

Tints of Seal Brown #38120C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 13.95%

R = 65.12%
G = 20.93%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.78

RGB Variations

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

Color information

#38120C (or 0x38120C) is known color: Seal Brown. HEX triplet: 38, 12 and 0C. RGB value is (56,18,12). Sum of RGB (Red+Green+Blue) = 56+18+12=86 (11% of max value = 765). Red value is 56 (22.27% from 255 or 65.12% from 86); Green value is 18 (7.42% from 255 or 20.93% from 86); Blue value is 12 (5.08% from 255 or 13.95% from 86); Max value from RGB is 56 - color contains mainly: red. Hex color #38120C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38120C is #C7EDF3. Grayscale: #1C1C1C. Windows color (decimal): -13102580 or 791096. OLE color: 791096.

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

Color convert

RGB 56 18 12 -
CMYK 0 0.68 0.79 0.78
HSL 8.18º 0.65% 0.13% -
HSV(B) 8.18º 0.79% 0.22% -
XYZ 1.91 1.3 0.5 -
YUV 28.68 118.59 147.49 -
System Red Green Blue C M Y K H S L
Decimal 56 18 12 0 0.68 0.79 0.78 8.18 0.65 0.13
Hex 38 12 C 0 44 4F 4E 8 41 D
Octal 70 22 14 0 104 117 116 10 101 15
Binary 111000 10010 1100 0 1000100 1001111 1001110 1000 1000001 1101

Color Harmonies of #38120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38120C

Black with #38120C

Text Example


Text Example

White with #38120C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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