Html Css Color HEX #38330C Maire

📋 copy color: '#38330C'

red 56 ◦ green 51 ◦ blue 12

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

Shades of Maire #38330C

Tints of Maire #38330C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 10.08%

R = 47.06%
G = 42.86%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.79

 K value IS 0.78

RGB Variations

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

Color information

#38330C (or 0x38330C) is known color: Maire. HEX triplet: 38, 33 and 0C. RGB value is (56,51,12). Sum of RGB (Red+Green+Blue) = 56+51+12=119 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.06% from 119); Green value is 51 (20.31% from 255 or 42.86% from 119); Blue value is 12 (5.08% from 255 or 10.08% from 119); Max value from RGB is 56 - color contains mainly: red. Hex color #38330C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38330C is #C7CCF3. Grayscale: #303030. Windows color (decimal): -13094132 or 799544. OLE color: 799544.

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

Color convert

RGB 56 51 12 -
CMYK 0 0.09 0.79 0.78
HSL 53.18º 0.65% 0.13% -
HSV(B) 53.18º 0.79% 0.22% -
XYZ 2.88 3.23 0.82 -
YUV 48.05 107.66 133.67 -
System Red Green Blue C M Y K H S L
Decimal 56 51 12 0 0.09 0.79 0.78 53.18 0.65 0.13
Hex 38 33 C 0 9 4F 4E 35 41 D
Octal 70 63 14 0 11 117 116 65 101 15
Binary 111000 110011 1100 0 1001 1001111 1001110 110101 1000001 1101

Color Harmonies of #38330C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38330C

Black with #38330C

Text Example


Text Example

White with #38330C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38330C; }

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

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

background-color css

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

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

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

border-color css

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

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

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