Html Css Color HEX #383209 Maire

📋 copy color: '#383209'

red 56 ◦ green 50 ◦ blue 9

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

Shades of Maire #383209

Tints of Maire #383209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 7.83%

R = 48.7%
G = 43.48%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.84

 K value IS 0.78

RGB Variations

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

Color information

#383209 (or 0x383209) is known color: Maire. HEX triplet: 38, 32 and 09. RGB value is (56,50,9). Sum of RGB (Red+Green+Blue) = 56+50+9=115 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.70% from 115); Green value is 50 (19.92% from 255 or 43.48% from 115); Blue value is 9 (3.91% from 255 or 7.83% from 115); Max value from RGB is 56 - color contains mainly: red. Hex color #383209 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383209 is #C7CDF6. Grayscale: #2F2F2F. Windows color (decimal): -13094391 or 602680. OLE color: 602680.

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

Color convert

RGB 56 50 9 -
CMYK 0 0.11 0.84 0.78
HSL 52.34º 0.72% 0.13% -
HSV(B) 52.34º 0.84% 0.22% -
XYZ 2.82 3.14 0.72 -
YUV 47.12 106.49 134.33 -
System Red Green Blue C M Y K H S L
Decimal 56 50 9 0 0.11 0.84 0.78 52.34 0.72 0.13
Hex 38 32 9 0 B 54 4E 34 48 D
Octal 70 62 11 0 13 124 116 64 110 15
Binary 111000 110010 1001 0 1011 1010100 1001110 110100 1001000 1101

Color Harmonies of #383209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383209

Black with #383209

Text Example


Text Example

White with #383209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383209; }

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

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

background-color css

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

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

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

border-color css

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

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

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