Html Css Color HEX #383401 Maire

📋 copy color: '#383401'

red 56 ◦ green 52 ◦ blue 1

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

Shades of Maire #383401

Tints of Maire #383401

RGB

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

 GREEN value IS 52 (20.7% from 255) = 47.71%

 BLUE value IS 1 (0.78% from 255) = 0.92%

R = 51.38%
G = 47.71%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#383401 (or 0x383401) is known color: Maire. HEX triplet: 38, 34 and 01. RGB value is (56,52,1). Sum of RGB (Red+Green+Blue) = 56+52+1=109 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.38% from 109); Green value is 52 (20.70% from 255 or 47.71% from 109); Blue value is 1 (0.78% from 255 or 0.92% from 109); Max value from RGB is 56 - color contains mainly: red. Hex color #383401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383401 is #C7CBFE. Grayscale: #2F2F2F. Windows color (decimal): -13093887 or 78904. OLE color: 78904.

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

Color convert

RGB 56 52 1 -
CMYK 0 0.07 0.98 0.78
HSL 55.64º 0.96% 0.11% -
HSV(B) 55.64º 0.98% 0.22% -
XYZ 2.86 3.3 0.51 -
YUV 47.38 101.83 134.15 -
System Red Green Blue C M Y K H S L
Decimal 56 52 1 0 0.07 0.98 0.78 55.64 0.96 0.11
Hex 38 34 1 0 7 62 4E 38 60 B
Octal 70 64 1 0 7 142 116 70 140 13
Binary 111000 110100 1 0 111 1100010 1001110 111000 1100000 1011

Color Harmonies of #383401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383401

Black with #383401

Text Example


Text Example

White with #383401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383401; }

 p { color: rgb(56,52,1); }

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

background-color css

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

 a { background-color: rgb(56,52,1); }

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

border-color css

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

 span { border-color: rgb(56,52,1); }

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