Html Css Color HEX #383304 Maire

📋 copy color: '#383304'

red 56 ◦ green 51 ◦ blue 4

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

Shades of Maire #383304

Tints of Maire #383304

RGB

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

 GREEN value IS 51 (20.31% from 255) = 45.95%

 BLUE value IS 4 (1.95% from 255) = 3.6%

R = 50.45%
G = 45.95%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.93

 K value IS 0.78

RGB Variations

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

Color information

#383304 (or 0x383304) is known color: Maire. HEX triplet: 38, 33 and 04. RGB value is (56,51,4). Sum of RGB (Red+Green+Blue) = 56+51+4=111 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.45% from 111); Green value is 51 (20.31% from 255 or 45.95% from 111); Blue value is 4 (1.95% from 255 or 3.60% from 111); Max value from RGB is 56 - color contains mainly: red. Hex color #383304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383304 is #C7CCFB. Grayscale: #2F2F2F. Windows color (decimal): -13094140 or 275256. OLE color: 275256.

HSL color Cylindrical-coordinate representation of color #383304: hue angle of 54.23º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #383304 is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 51 4 -
CMYK 0 0.09 0.93 0.78
HSL 54.23º 0.87% 0.12% -
HSV(B) 54.23º 0.93% 0.22% -
XYZ 2.84 3.22 0.59 -
YUV 47.14 103.66 134.32 -
System Red Green Blue C M Y K H S L
Decimal 56 51 4 0 0.09 0.93 0.78 54.23 0.87 0.12
Hex 38 33 4 0 9 5D 4E 36 57 C
Octal 70 63 4 0 11 135 116 66 127 14
Binary 111000 110011 100 0 1001 1011101 1001110 110110 1010111 1100

Color Harmonies of #383304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383304

Black with #383304

Text Example


Text Example

White with #383304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383304; }

 p { color: rgb(56,51,4); }

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

background-color css

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

 a { background-color: rgb(56,51,4); }

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

border-color css

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

 span { border-color: rgb(56,51,4); }

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