Html Css Color HEX #75512A Cafe Royale

📋 copy color: '#75512A'

red 117 ◦ green 81 ◦ blue 42

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

Shades of Cafe Royale #75512A

Tints of Cafe Royale #75512A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.5%

R = 48.75%
G = 33.75%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#75512A (or 0x75512A) is known color: Cafe Royale. HEX triplet: 75, 51 and 2A. RGB value is (117,81,42). Sum of RGB (Red+Green+Blue) = 117+81+42=240 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.75% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 42 (16.80% from 255 or 17.5% from 240); Max value from RGB is 117 - color contains mainly: red. Hex color #75512A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75512A is #8AAED5. Grayscale: #575757. Windows color (decimal): -9088726 or 2773365. OLE color: 2773365.

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

Color convert

RGB 117 81 42 -
CMYK 0 0.31 0.64 0.54
HSL 31.2º 0.47% 0.31% -
HSV(B) 31.2º 0.64% 0.46% -
XYZ 10.7 9.83 3.52 -
YUV 87.32 102.43 149.17 -
System Red Green Blue C M Y K H S L
Decimal 117 81 42 0 0.31 0.64 0.54 31.2 0.47 0.31
Hex 75 51 2A 0 1F 40 36 1F 2F 1F
Octal 165 121 52 0 37 100 66 37 57 37
Binary 1110101 1010001 101010 0 11111 1000000 110110 11111 101111 11111

Color Harmonies of #75512A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75512A

Black with #75512A

Text Example


Text Example

White with #75512A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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