Html Css Color HEX #383200 Maire

📋 copy color: '#383200'

red 56 ◦ green 50 ◦ blue 0

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

Shades of Maire #383200

Tints of Maire #383200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.83%
G = 47.17%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#383200 (or 0x383200) is known color: Maire. HEX triplet: 38, 32 and 00. RGB value is (56,50,0). Sum of RGB (Red+Green+Blue) = 56+50+0=106 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.83% from 106); Green value is 50 (19.92% from 255 or 47.17% from 106); Blue value is 0 (0.39% from 255 or 0% from 106); Max value from RGB is 56 - color contains mainly: red. Hex color #383200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383200 is #C7CDFF. Grayscale: #2E2E2E. Windows color (decimal): -13094400 or 12856. OLE color: 12856.

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

Color convert

RGB 56 50 0 -
CMYK 0 0.11 1 0.78
HSL 53.57º 1% 0.11% -
HSV(B) 53.57º 1% 0.22% -
XYZ 2.77 3.12 0.46 -
YUV 46.09 101.99 135.07 -
System Red Green Blue C M Y K H S L
Decimal 56 50 0 0 0.11 1 0.78 53.57 1 0.11
Hex 38 32 0 0 B 64 4E 36 64 B
Octal 70 62 0 0 13 144 116 66 144 13
Binary 111000 110010 0 0 1011 1100100 1001110 110110 1100100 1011

Color Harmonies of #383200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383200

Black with #383200

Text Example


Text Example

White with #383200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383200; }

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

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

background-color css

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

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

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

border-color css

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

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

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