Html Css Color HEX #754438 Bole

📋 copy color: '#754438'

red 117 ◦ green 68 ◦ blue 56

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

Shades of Bole #754438

Tints of Bole #754438

RGB

 RED value IS 117 (46.09% from 255) = 48.55%

 GREEN value IS 68 (26.95% from 255) = 28.22%

 BLUE value IS 56 (22.27% from 255) = 23.24%

R = 48.55%
G = 28.22%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.54

RGB Variations

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

Color information

#754438 (or 0x754438) is known color: Bole. HEX triplet: 75, 44 and 38. RGB value is (117,68,56). Sum of RGB (Red+Green+Blue) = 117+68+56=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 56 (22.27% from 255 or 23.24% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #754438 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754438 is #8ABBC7. Grayscale: #515151. Windows color (decimal): -9092040 or 3687541. OLE color: 3687541.

HSL color Cylindrical-coordinate representation of color #754438: hue angle of 11.8º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #754438 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 68 56 -
CMYK 0 0.42 0.52 0.54
HSL 11.8º 0.35% 0.34% -
HSV(B) 11.8º 0.52% 0.46% -
XYZ 10.12 8.2 4.79 -
YUV 81.28 113.73 153.48 -
System Red Green Blue C M Y K H S L
Decimal 117 68 56 0 0.42 0.52 0.54 11.8 0.35 0.34
Hex 75 44 38 0 2A 34 36 C 23 22
Octal 165 104 70 0 52 64 66 14 43 42
Binary 1110101 1000100 111000 0 101010 110100 110110 1100 100011 100010

Color Harmonies of #754438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754438

Black with #754438

Text Example


Text Example

White with #754438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754438; }

 p { color: rgb(117,68,56); }

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

background-color css

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

 a { background-color: rgb(117,68,56); }

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

border-color css

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

 span { border-color: rgb(117,68,56); }

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