Html Css Color HEX #75413B Bole

📋 copy color: '#75413B'

red 117 ◦ green 65 ◦ blue 59

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

Shades of Bole #75413B

Tints of Bole #75413B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 24.48%

R = 48.55%
G = 26.97%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#75413B (or 0x75413B) is known color: Bole. HEX triplet: 75, 41 and 3B. RGB value is (117,65,59). Sum of RGB (Red+Green+Blue) = 117+65+59=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 59 (23.44% from 255 or 24.48% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #75413B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75413B is #8ABEC4. Grayscale: #4F4F4F. Windows color (decimal): -9092805 or 3883381. OLE color: 3883381.

HSL color Cylindrical-coordinate representation of color #75413B: hue angle of 6.21º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75413B is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 65 59 -
CMYK 0 0.44 0.50 0.54
HSL 6.21º 0.33% 0.35% -
HSV(B) 6.21º 0.5% 0.46% -
XYZ 10.02 7.88 5.13 -
YUV 79.86 116.23 154.49 -
System Red Green Blue C M Y K H S L
Decimal 117 65 59 0 0.44 0.50 0.54 6.21 0.33 0.35
Hex 75 41 3B 0 2C 32 36 6 21 23
Octal 165 101 73 0 54 62 66 6 41 43
Binary 1110101 1000001 111011 0 101100 110010 110110 110 100001 100011

Color Harmonies of #75413B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75413B

Black with #75413B

Text Example


Text Example

White with #75413B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75413B; }

 p { color: rgb(117,65,59); }

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

background-color css

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

 a { background-color: rgb(117,65,59); }

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

border-color css

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

 span { border-color: rgb(117,65,59); }

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