Html Css Color HEX #75512B Cafe Royale

📋 copy color: '#75512B'

red 117 ◦ green 81 ◦ blue 43

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

Shades of Cafe Royale #75512B

Tints of Cafe Royale #75512B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.61%

 BLUE value IS 43 (17.19% from 255) = 17.84%

R = 48.55%
G = 33.61%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#75512B (or 0x75512B) is known color: Cafe Royale. HEX triplet: 75, 51 and 2B. RGB value is (117,81,43). Sum of RGB (Red+Green+Blue) = 117+81+43=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #75512B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75512B is #8AAED4. Grayscale: #575757. Windows color (decimal): -9088725 or 2838901. OLE color: 2838901.

HSL color Cylindrical-coordinate representation of color #75512B: hue angle of 30.81º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #75512B is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 81 43 -
CMYK 0 0.31 0.63 0.54
HSL 30.81º 0.46% 0.31% -
HSV(B) 30.81º 0.63% 0.46% -
XYZ 10.71 9.84 3.62 -
YUV 87.43 102.93 149.09 -
System Red Green Blue C M Y K H S L
Decimal 117 81 43 0 0.31 0.63 0.54 30.81 0.46 0.31
Hex 75 51 2B 0 1F 3F 36 1F 2E 1F
Octal 165 121 53 0 37 77 66 37 56 37
Binary 1110101 1010001 101011 0 11111 111111 110110 11111 101110 11111

Color Harmonies of #75512B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75512B

Black with #75512B

Text Example


Text Example

White with #75512B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,81,43); }

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

background-color css

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

 a { background-color: rgb(117,81,43); }

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

border-color css

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

 span { border-color: rgb(117,81,43); }

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