Html Css Color HEX #383B32 Log Cabin

📋 copy color: '#383B32'

red 56 ◦ green 59 ◦ blue 50

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

Shades of Log Cabin #383B32

Tints of Log Cabin #383B32

RGB

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

 GREEN value IS 59 (23.44% from 255) = 35.76%

 BLUE value IS 50 (19.92% from 255) = 30.3%

R = 33.94%
G = 35.76%
B = 30.3%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.15

 K value IS 0.77

RGB Variations

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

Color information

#383B32 (or 0x383B32) is known color: Log Cabin. HEX triplet: 38, 3B and 32. RGB value is (56,59,50). Sum of RGB (Red+Green+Blue) = 56+59+50=165 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.94% from 165); Green value is 59 (23.44% from 255 or 35.76% from 165); Blue value is 50 (19.92% from 255 or 30.30% from 165); Max value from RGB is 59 - color contains mainly: green. Hex color #383B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383B32 is #C7C4CD. Grayscale: #393939. Windows color (decimal): -13092046 or 3291960. OLE color: 3291960.

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

Color convert

RGB 56 59 50 -
CMYK 0.05 0 0.15 0.77
HSL 80º 0.08% 0.21% -
HSV(B) 80º 0.15% 0.23% -
XYZ 3.77 4.2 3.63 -
YUV 57.08 124.01 127.23 -
System Red Green Blue C M Y K H S L
Decimal 56 59 50 0.05 0 0.15 0.77 80 0.08 0.21
Hex 38 3B 32 5 0 F 4D 50 8 15
Octal 70 73 62 5 0 17 115 120 10 25
Binary 111000 111011 110010 101 0 1111 1001101 1010000 1000 10101

Color Harmonies of #383B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383B32

Black with #383B32

Text Example


Text Example

White with #383B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,59,50); }

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

background-color css

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

 a { background-color: rgb(56,59,50); }

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

border-color css

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

 span { border-color: rgb(56,59,50); }

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