Html Css Color HEX #383308 Maire

📋 copy color: '#383308'

red 56 ◦ green 51 ◦ blue 8

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

Shades of Maire #383308

Tints of Maire #383308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.96%

R = 48.7%
G = 44.35%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.78

RGB Variations

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

Color information

#383308 (or 0x383308) is known color: Maire. HEX triplet: 38, 33 and 08. RGB value is (56,51,8). Sum of RGB (Red+Green+Blue) = 56+51+8=115 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.70% from 115); Green value is 51 (20.31% from 255 or 44.35% from 115); Blue value is 8 (3.52% from 255 or 6.96% from 115); Max value from RGB is 56 - color contains mainly: red. Hex color #383308 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383308 is #C7CCF7. Grayscale: #2F2F2F. Windows color (decimal): -13094136 or 537400. OLE color: 537400.

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

Color convert

RGB 56 51 8 -
CMYK 0 0.09 0.86 0.78
HSL 53.75º 0.75% 0.13% -
HSV(B) 53.75º 0.86% 0.22% -
XYZ 2.86 3.23 0.7 -
YUV 47.59 105.66 134 -
System Red Green Blue C M Y K H S L
Decimal 56 51 8 0 0.09 0.86 0.78 53.75 0.75 0.13
Hex 38 33 8 0 9 56 4E 36 4B D
Octal 70 63 10 0 11 126 116 66 113 15
Binary 111000 110011 1000 0 1001 1010110 1001110 110110 1001011 1101

Color Harmonies of #383308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383308

Black with #383308

Text Example


Text Example

White with #383308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383308; }

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

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

background-color css

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

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

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

border-color css

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

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

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