Html Css Color HEX #38120A Seal Brown

📋 copy color: '#38120A'

red 56 ◦ green 18 ◦ blue 10

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

Shades of Seal Brown #38120A

Tints of Seal Brown #38120A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 11.9%

R = 66.67%
G = 21.43%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.78

RGB Variations

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

Color information

#38120A (or 0x38120A) is known color: Seal Brown. HEX triplet: 38, 12 and 0A. RGB value is (56,18,10). Sum of RGB (Red+Green+Blue) = 56+18+10=84 (11% of max value = 765). Red value is 56 (22.27% from 255 or 66.67% from 84); Green value is 18 (7.42% from 255 or 21.43% from 84); Blue value is 10 (4.30% from 255 or 11.90% from 84); Max value from RGB is 56 - color contains mainly: red. Hex color #38120A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38120A is #C7EDF5. Grayscale: #1C1C1C. Windows color (decimal): -13102582 or 660024. OLE color: 660024.

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

Color convert

RGB 56 18 10 -
CMYK 0 0.68 0.82 0.78
HSL 10.43º 0.7% 0.13% -
HSV(B) 10.43º 0.82% 0.22% -
XYZ 1.9 1.3 0.44 -
YUV 28.45 117.59 147.65 -
System Red Green Blue C M Y K H S L
Decimal 56 18 10 0 0.68 0.82 0.78 10.43 0.7 0.13
Hex 38 12 A 0 44 52 4E A 46 D
Octal 70 22 12 0 104 122 116 12 106 15
Binary 111000 10010 1010 0 1000100 1010010 1001110 1010 1000110 1101

Color Harmonies of #38120A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38120A

Black with #38120A

Text Example


Text Example

White with #38120A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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