#3D3427

Color #3D3427 Creole (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Creole #3D3427

Tints of Creole #3D3427

Color information

#3D3427 (or 0x3D3427) is unknown color: approx Creole. HEX triplet: 3D, 34 and 27. RGB value is (61,52,39). Sum of RGB (Red+Green+Blue) = 61+52+39=152 (20% of max value = 765). Red value is 61 (24.22% from 255 or 40.13% from 152); Green value is 52 (20.70% from 255 or 34.21% from 152); Blue value is 39 (15.62% from 255 or 25.66% from 152); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3427 is #C2CBD8. Grayscale: #353535. Windows color (decimal): -12766169 or 2569277. OLE color: 2569277.

HSL color Cylindrical-coordinate representation of color #3D3427: hue angle of 35.45º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3D3427 is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.76.

Color convert

RGB615239-
CMYK00.150.360.76
HSL35.45º22%19.61%-
HSV(B)35.45º36.07%23.92%-
XYZ3.523.592.43-
YUV53.21119.98133.56-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 40.13%
GREEN value IS 52 (20.70% from 255) = 34.21%
BLUE value IS 39 (15.62% from 255) = 25.66%
R=40.13%
G=34.21%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61523900.150.360.7635.452219.61
Hex3D34270F244C231614
Octal75644701744114432624
Binary1111011101001001110111110010010011001000111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D3427; }

 p { color: rgb(61,52,39); }

 H1.HeaderClassName
 {
   color: #3D3427;
 }
 .AnyTagClassName
 {
   color: #3D3427;
 }
</style>
background-color css

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

 a { background-color: rgb(61,52,39); }

 div.DivClassName
 {
   background-color: #3D3427;
 }
 .BgClassName
 {
   background-color: #3D3427;
 }
</style>
border-color css

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

 span { border-color: rgb(61,52,39); }

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