Html Css Color HEX #38330E Maire

📋 copy color: '#38330E'

red 56 ◦ green 51 ◦ blue 14

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

Shades of Maire #38330E

Tints of Maire #38330E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 11.57%

R = 46.28%
G = 42.15%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#38330E (or 0x38330E) is known color: Maire. HEX triplet: 38, 33 and 0E. RGB value is (56,51,14). Sum of RGB (Red+Green+Blue) = 56+51+14=121 (16% of max value = 765). Red value is 56 (22.27% from 255 or 46.28% from 121); Green value is 51 (20.31% from 255 or 42.15% from 121); Blue value is 14 (5.86% from 255 or 11.57% from 121); Max value from RGB is 56 - color contains mainly: red. Hex color #38330E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38330E is #C7CCF1. Grayscale: #303030. Windows color (decimal): -13094130 or 930616. OLE color: 930616.

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

Color convert

RGB 56 51 14 -
CMYK 0 0.09 0.75 0.78
HSL 52.86º 0.6% 0.14% -
HSV(B) 52.86º 0.75% 0.22% -
XYZ 2.89 3.24 0.89 -
YUV 48.28 108.66 133.51 -
System Red Green Blue C M Y K H S L
Decimal 56 51 14 0 0.09 0.75 0.78 52.86 0.6 0.14
Hex 38 33 E 0 9 4B 4E 35 3C E
Octal 70 63 16 0 11 113 116 65 74 16
Binary 111000 110011 1110 0 1001 1001011 1001110 110101 111100 1110

Color Harmonies of #38330E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38330E

Black with #38330E

Text Example


Text Example

White with #38330E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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