Html Css Color HEX #3B3427 Creole

📋 copy color: '#3B3427'

red 59 ◦ green 52 ◦ blue 39

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

Shades of Creole #3B3427

Tints of Creole #3B3427

RGB

 RED value IS 59 (23.44% from 255) = 39.33%

 GREEN value IS 52 (20.7% from 255) = 34.67%

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

R = 39.33%
G = 34.67%
B = 26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.34

 K value IS 0.77

RGB Variations

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

Color information

#3B3427 (or 0x3B3427) is known color: Creole. HEX triplet: 3B, 34 and 27. RGB value is (59,52,39). Sum of RGB (Red+Green+Blue) = 59+52+39=150 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.33% from 150); Green value is 52 (20.70% from 255 or 34.67% from 150); Blue value is 39 (15.62% from 255 or 26% from 150); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3427 is #C4CBD8. Grayscale: #343434. Windows color (decimal): -12897241 or 2569275. OLE color: 2569275.

HSL color Cylindrical-coordinate representation of color #3B3427: hue angle of 39º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3B3427 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 52 39 -
CMYK 0 0.12 0.34 0.77
HSL 39º 0.2% 0.19% -
HSV(B) 39º 0.34% 0.23% -
XYZ 3.4 3.53 2.42 -
YUV 52.61 120.32 132.56 -
System Red Green Blue C M Y K H S L
Decimal 59 52 39 0 0.12 0.34 0.77 39 0.2 0.19
Hex 3B 34 27 0 C 22 4D 27 14 13
Octal 73 64 47 0 14 42 115 47 24 23
Binary 111011 110100 100111 0 1100 100010 1001101 100111 10100 10011

Color Harmonies of #3B3427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3427

Black with #3B3427

Text Example


Text Example

White with #3B3427

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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