Html Css Color HEX #383D2E Log Cabin

📋 copy color: '#383D2E'

red 56 ◦ green 61 ◦ blue 46

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

Shades of Log Cabin #383D2E

Tints of Log Cabin #383D2E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 37.42%

 BLUE value IS 46 (18.36% from 255) = 28.22%

R = 34.36%
G = 37.42%
B = 28.22%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.25

 K value IS 0.76

RGB Variations

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

Color information

#383D2E (or 0x383D2E) is known color: Log Cabin. HEX triplet: 38, 3D and 2E. RGB value is (56,61,46). Sum of RGB (Red+Green+Blue) = 56+61+46=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 61 (24.22% from 255 or 37.42% from 163); Blue value is 46 (18.36% from 255 or 28.22% from 163); Max value from RGB is 61 - color contains mainly: green. Hex color #383D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383D2E is #C7C2D1. Grayscale: #393939. Windows color (decimal): -13091538 or 3030328. OLE color: 3030328.

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

Color convert

RGB 56 61 46 -
CMYK 0.08 0 0.25 0.76
HSL 80º 0.14% 0.21% -
HSV(B) 80º 0.25% 0.24% -
XYZ 3.79 4.38 3.23 -
YUV 57.8 121.34 126.72 -
System Red Green Blue C M Y K H S L
Decimal 56 61 46 0.08 0 0.25 0.76 80 0.14 0.21
Hex 38 3D 2E 8 0 19 4C 50 E 15
Octal 70 75 56 10 0 31 114 120 16 25
Binary 111000 111101 101110 1000 0 11001 1001100 1010000 1110 10101

Color Harmonies of #383D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383D2E

Black with #383D2E

Text Example


Text Example

White with #383D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,61,46); }

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

background-color css

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

 a { background-color: rgb(56,61,46); }

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

border-color css

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

 span { border-color: rgb(56,61,46); }

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