Html Css Color HEX #38320B Maire

📋 copy color: '#38320B'

red 56 ◦ green 50 ◦ blue 11

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

Shades of Maire #38320B

Tints of Maire #38320B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 9.4%

R = 47.86%
G = 42.74%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.78

RGB Variations

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

Color information

#38320B (or 0x38320B) is known color: Maire. HEX triplet: 38, 32 and 0B. RGB value is (56,50,11). Sum of RGB (Red+Green+Blue) = 56+50+11=117 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.86% from 117); Green value is 50 (19.92% from 255 or 42.74% from 117); Blue value is 11 (4.69% from 255 or 9.40% from 117); Max value from RGB is 56 - color contains mainly: red. Hex color #38320B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38320B is #C7CDF4. Grayscale: #2F2F2F. Windows color (decimal): -13094389 or 733752. OLE color: 733752.

HSL color Cylindrical-coordinate representation of color #38320B: hue angle of 52º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #38320B is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 50 11 -
CMYK 0 0.11 0.80 0.78
HSL 52º 0.67% 0.13% -
HSV(B) 52º 0.8% 0.22% -
XYZ 2.83 3.15 0.77 -
YUV 47.35 107.49 134.17 -
System Red Green Blue C M Y K H S L
Decimal 56 50 11 0 0.11 0.80 0.78 52 0.67 0.13
Hex 38 32 B 0 B 50 4E 34 43 D
Octal 70 62 13 0 13 120 116 64 103 15
Binary 111000 110010 1011 0 1011 1010000 1001110 110100 1000011 1101

Color Harmonies of #38320B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38320B

Black with #38320B

Text Example


Text Example

White with #38320B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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