Html Css Color HEX #383C31 Log Cabin

📋 copy color: '#383C31'

red 56 ◦ green 60 ◦ blue 49

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

Shades of Log Cabin #383C31

Tints of Log Cabin #383C31

RGB

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

 GREEN value IS 60 (23.83% from 255) = 36.36%

 BLUE value IS 49 (19.53% from 255) = 29.7%

R = 33.94%
G = 36.36%
B = 29.7%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.18

 K value IS 0.76

RGB Variations

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

Color information

#383C31 (or 0x383C31) is known color: Log Cabin. HEX triplet: 38, 3C and 31. RGB value is (56,60,49). Sum of RGB (Red+Green+Blue) = 56+60+49=165 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.94% from 165); Green value is 60 (23.83% from 255 or 36.36% from 165); Blue value is 49 (19.53% from 255 or 29.70% from 165); Max value from RGB is 60 - color contains mainly: green. Hex color #383C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383C31 is #C7C3CE. Grayscale: #393939. Windows color (decimal): -13091791 or 3226680. OLE color: 3226680.

HSL color Cylindrical-coordinate representation of color #383C31: hue angle of 81.82º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #383C31 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.

Color convert

RGB 56 60 49 -
CMYK 0.07 0 0.18 0.76
HSL 81.82º 0.1% 0.21% -
HSV(B) 81.82º 0.18% 0.24% -
XYZ 3.8 4.29 3.53 -
YUV 57.55 123.17 126.89 -
System Red Green Blue C M Y K H S L
Decimal 56 60 49 0.07 0 0.18 0.76 81.82 0.1 0.21
Hex 38 3C 31 7 0 12 4C 52 A 15
Octal 70 74 61 7 0 22 114 122 12 25
Binary 111000 111100 110001 111 0 10010 1001100 1010010 1010 10101

Color Harmonies of #383C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383C31

Black with #383C31

Text Example


Text Example

White with #383C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383C31; }

 p { color: rgb(56,60,49); }

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

background-color css

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

 a { background-color: rgb(56,60,49); }

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

border-color css

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

 span { border-color: rgb(56,60,49); }

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