Html Css Color HEX #383C32 Log Cabin

📋 copy color: '#383C32'

red 56 ◦ green 60 ◦ blue 50

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

Shades of Log Cabin #383C32

Tints of Log Cabin #383C32

RGB

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

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

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

R = 33.73%
G = 36.14%
B = 30.12%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.17

 K value IS 0.76

RGB Variations

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

Color information

#383C32 (or 0x383C32) is known color: Log Cabin. HEX triplet: 38, 3C and 32. RGB value is (56,60,50). Sum of RGB (Red+Green+Blue) = 56+60+50=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 60 (23.83% from 255 or 36.14% from 166); Blue value is 50 (19.92% from 255 or 30.12% from 166); Max value from RGB is 60 - color contains mainly: green. Hex color #383C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383C32 is #C7C3CD. Grayscale: #393939. Windows color (decimal): -13091790 or 3292216. OLE color: 3292216.

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

Color convert

RGB 56 60 50 -
CMYK 0.07 0 0.17 0.76
HSL 84º 0.09% 0.22% -
HSV(B) 84º 0.17% 0.24% -
XYZ 3.82 4.3 3.65 -
YUV 57.66 123.67 126.81 -
System Red Green Blue C M Y K H S L
Decimal 56 60 50 0.07 0 0.17 0.76 84 0.09 0.22
Hex 38 3C 32 7 0 11 4C 54 9 16
Octal 70 74 62 7 0 21 114 124 11 26
Binary 111000 111100 110010 111 0 10001 1001100 1010100 1001 10110

Color Harmonies of #383C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383C32

Black with #383C32

Text Example


Text Example

White with #383C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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