Html Css Color HEX #754237 Bole

📋 copy color: '#754237'

red 117 ◦ green 66 ◦ blue 55

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

Shades of Bole #754237

Tints of Bole #754237

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.73%

 BLUE value IS 55 (21.88% from 255) = 23.11%

R = 49.16%
G = 27.73%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#754237 (or 0x754237) is known color: Bole. HEX triplet: 75, 42 and 37. RGB value is (117,66,55). Sum of RGB (Red+Green+Blue) = 117+66+55=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 55 (21.88% from 255 or 23.11% from 238); Max value from RGB is 117 - color contains mainly: red. Hex color #754237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754237 is #8ABDC8. Grayscale: #505050. Windows color (decimal): -9092553 or 3621493. OLE color: 3621493.

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

Color convert

RGB 117 66 55 -
CMYK 0 0.44 0.53 0.54
HSL 10.65º 0.36% 0.34% -
HSV(B) 10.65º 0.53% 0.46% -
XYZ 9.97 7.95 4.62 -
YUV 80 113.9 154.39 -
System Red Green Blue C M Y K H S L
Decimal 117 66 55 0 0.44 0.53 0.54 10.65 0.36 0.34
Hex 75 42 37 0 2C 35 36 B 24 22
Octal 165 102 67 0 54 65 66 13 44 42
Binary 1110101 1000010 110111 0 101100 110101 110110 1011 100100 100010

Color Harmonies of #754237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754237

Black with #754237

Text Example


Text Example

White with #754237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754237; }

 p { color: rgb(117,66,55); }

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

background-color css

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

 a { background-color: rgb(117,66,55); }

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

border-color css

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

 span { border-color: rgb(117,66,55); }

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