Html Css Color HEX #384125 Log Cabin

📋 copy color: '#384125'

red 56 ◦ green 65 ◦ blue 37

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

Shades of Log Cabin #384125

Tints of Log Cabin #384125

RGB

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

 GREEN value IS 65 (25.78% from 255) = 41.14%

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

R = 35.44%
G = 41.14%
B = 23.42%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.43

 K value IS 0.75

RGB Variations

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

Color information

#384125 (or 0x384125) is known color: Log Cabin. HEX triplet: 38, 41 and 25. RGB value is (56,65,37). Sum of RGB (Red+Green+Blue) = 56+65+37=158 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.44% from 158); Green value is 65 (25.78% from 255 or 41.14% from 158); Blue value is 37 (14.84% from 255 or 23.42% from 158); Max value from RGB is 65 - color contains mainly: green. Hex color #384125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384125 is #C7BEDA. Grayscale: #3B3B3B. Windows color (decimal): -13090523 or 2441528. OLE color: 2441528.

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

Color convert

RGB 56 65 37 -
CMYK 0.14 0 0.43 0.75
HSL 79.29º 0.27% 0.2% -
HSV(B) 79.29º 0.43% 0.25% -
XYZ 3.86 4.75 2.46 -
YUV 59.12 115.52 125.78 -
System Red Green Blue C M Y K H S L
Decimal 56 65 37 0.14 0 0.43 0.75 79.29 0.27 0.2
Hex 38 41 25 E 0 2B 4B 4F 1B 14
Octal 70 101 45 16 0 53 113 117 33 24
Binary 111000 1000001 100101 1110 0 101011 1001011 1001111 11011 10100

Color Harmonies of #384125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384125

Black with #384125

Text Example


Text Example

White with #384125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384125; }

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

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

background-color css

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

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

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

border-color css

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

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

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