Html Css Color HEX #38320A Maire

📋 copy color: '#38320A'

red 56 ◦ green 50 ◦ blue 10

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

Shades of Maire #38320A

Tints of Maire #38320A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 43.1%

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

R = 48.28%
G = 43.1%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.82

 K value IS 0.78

RGB Variations

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

Color information

#38320A (or 0x38320A) is known color: Maire. HEX triplet: 38, 32 and 0A. RGB value is (56,50,10). Sum of RGB (Red+Green+Blue) = 56+50+10=116 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.28% from 116); Green value is 50 (19.92% from 255 or 43.10% from 116); Blue value is 10 (4.30% from 255 or 8.62% from 116); Max value from RGB is 56 - color contains mainly: red. Hex color #38320A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38320A is #C7CDF5. Grayscale: #2F2F2F. Windows color (decimal): -13094390 or 668216. OLE color: 668216.

HSL color Cylindrical-coordinate representation of color #38320A: hue angle of 52.17º 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 #38320A is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 50 10 -
CMYK 0 0.11 0.82 0.78
HSL 52.17º 0.7% 0.13% -
HSV(B) 52.17º 0.82% 0.22% -
XYZ 2.83 3.14 0.75 -
YUV 47.23 106.99 134.25 -
System Red Green Blue C M Y K H S L
Decimal 56 50 10 0 0.11 0.82 0.78 52.17 0.7 0.13
Hex 38 32 A 0 B 52 4E 34 46 D
Octal 70 62 12 0 13 122 116 64 106 15
Binary 111000 110010 1010 0 1011 1010010 1001110 110100 1000110 1101

Color Harmonies of #38320A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38320A

Black with #38320A

Text Example


Text Example

White with #38320A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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