Html Css Color HEX #38342D Creole

📋 copy color: '#38342D'

red 56 ◦ green 52 ◦ blue 45

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

Shades of Creole #38342D

Tints of Creole #38342D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 29.41%

R = 36.6%
G = 33.99%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.20

 K value IS 0.78

RGB Variations

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

Color information

#38342D (or 0x38342D) is known color: Creole. HEX triplet: 38, 34 and 2D. RGB value is (56,52,45). Sum of RGB (Red+Green+Blue) = 56+52+45=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 52 (20.70% from 255 or 33.99% from 153); Blue value is 45 (17.97% from 255 or 29.41% from 153); Max value from RGB is 56 - color contains mainly: red. Hex color #38342D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38342D is #C7CBD2. Grayscale: #343434. Windows color (decimal): -13093843 or 2962488. OLE color: 2962488.

HSL color Cylindrical-coordinate representation of color #38342D: hue angle of 38.18º degrees, saturation: 0.11, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #38342D is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 52 45 -
CMYK 0 0.07 0.20 0.78
HSL 38.18º 0.11% 0.2% -
HSV(B) 38.18º 0.2% 0.22% -
XYZ 3.33 3.49 2.98 -
YUV 52.4 123.83 130.57 -
System Red Green Blue C M Y K H S L
Decimal 56 52 45 0 0.07 0.20 0.78 38.18 0.11 0.2
Hex 38 34 2D 0 7 14 4E 26 B 14
Octal 70 64 55 0 7 24 116 46 13 24
Binary 111000 110100 101101 0 111 10100 1001110 100110 1011 10100

Color Harmonies of #38342D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38342D

Black with #38342D

Text Example


Text Example

White with #38342D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38342D; }

 p { color: rgb(56,52,45); }

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

background-color css

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

 a { background-color: rgb(56,52,45); }

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

border-color css

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

 span { border-color: rgb(56,52,45); }

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