Html Css Color HEX #384025 Log Cabin

📋 copy color: '#384025'

red 56 ◦ green 64 ◦ blue 37

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

Shades of Log Cabin #384025

Tints of Log Cabin #384025

RGB

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

 GREEN value IS 64 (25.39% from 255) = 40.76%

 BLUE value IS 37 (14.84% from 255) = 23.57%

R = 35.67%
G = 40.76%
B = 23.57%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.42

 K value IS 0.75

RGB Variations

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

Color information

#384025 (or 0x384025) is known color: Log Cabin. HEX triplet: 38, 40 and 25. RGB value is (56,64,37). Sum of RGB (Red+Green+Blue) = 56+64+37=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 64 (25.39% from 255 or 40.76% from 157); Blue value is 37 (14.84% from 255 or 23.57% from 157); Max value from RGB is 64 - color contains mainly: green. Hex color #384025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384025 is #C7BFDA. Grayscale: #3A3A3A. Windows color (decimal): -13090779 or 2441272. OLE color: 2441272.

HSL color Cylindrical-coordinate representation of color #384025: hue angle of 77.78º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #384025 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 64 37 -
CMYK 0.13 0 0.42 0.75
HSL 77.78º 0.27% 0.2% -
HSV(B) 77.78º 0.42% 0.25% -
XYZ 3.8 4.64 2.45 -
YUV 58.53 115.85 126.2 -
System Red Green Blue C M Y K H S L
Decimal 56 64 37 0.13 0 0.42 0.75 77.78 0.27 0.2
Hex 38 40 25 D 0 2A 4B 4E 1B 14
Octal 70 100 45 15 0 52 113 116 33 24
Binary 111000 1000000 100101 1101 0 101010 1001011 1001110 11011 10100

Color Harmonies of #384025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384025

Black with #384025

Text Example


Text Example

White with #384025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384025; }

 p { color: rgb(56,64,37); }

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

background-color css

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

 a { background-color: rgb(56,64,37); }

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

border-color css

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

 span { border-color: rgb(56,64,37); }

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