Html Css Color HEX #383227 Creole

📋 copy color: '#383227'

red 56 ◦ green 50 ◦ blue 39

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

Shades of Creole #383227

Tints of Creole #383227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 26.9%

R = 38.62%
G = 34.48%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.78

RGB Variations

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

Color information

#383227 (or 0x383227) is known color: Creole. HEX triplet: 38, 32 and 27. RGB value is (56,50,39). Sum of RGB (Red+Green+Blue) = 56+50+39=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 39 (15.62% from 255 or 26.90% from 145); Max value from RGB is 56 - color contains mainly: red. Hex color #383227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383227 is #C7CDD8. Grayscale: #323232. Windows color (decimal): -13094361 or 2568760. OLE color: 2568760.

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

Color convert

RGB 56 50 39 -
CMYK 0 0.11 0.30 0.78
HSL 38.82º 0.18% 0.19% -
HSV(B) 38.82º 0.3% 0.22% -
XYZ 3.14 3.27 2.38 -
YUV 50.54 121.49 131.89 -
System Red Green Blue C M Y K H S L
Decimal 56 50 39 0 0.11 0.30 0.78 38.82 0.18 0.19
Hex 38 32 27 0 B 1E 4E 27 12 13
Octal 70 62 47 0 13 36 116 47 22 23
Binary 111000 110010 100111 0 1011 11110 1001110 100111 10010 10011

Color Harmonies of #383227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383227

Black with #383227

Text Example


Text Example

White with #383227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383227; }

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

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

background-color css

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

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

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

border-color css

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

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

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