Html Css Color HEX #75512C Cafe Royale

📋 copy color: '#75512C'

red 117 ◦ green 81 ◦ blue 44

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

Shades of Cafe Royale #75512C

Tints of Cafe Royale #75512C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 18.18%

R = 48.35%
G = 33.47%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#75512C (or 0x75512C) is known color: Cafe Royale. HEX triplet: 75, 51 and 2C. RGB value is (117,81,44). Sum of RGB (Red+Green+Blue) = 117+81+44=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 44 (17.58% from 255 or 18.18% from 242); Max value from RGB is 117 - color contains mainly: red. Hex color #75512C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75512C is #8AAED3. Grayscale: #575757. Windows color (decimal): -9088724 or 2904437. OLE color: 2904437.

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

Color convert

RGB 117 81 44 -
CMYK 0 0.31 0.62 0.54
HSL 30.41º 0.45% 0.32% -
HSV(B) 30.41º 0.62% 0.46% -
XYZ 10.73 9.85 3.72 -
YUV 87.55 103.43 149.01 -
System Red Green Blue C M Y K H S L
Decimal 117 81 44 0 0.31 0.62 0.54 30.41 0.45 0.32
Hex 75 51 2C 0 1F 3E 36 1E 2D 20
Octal 165 121 54 0 37 76 66 36 55 40
Binary 1110101 1010001 101100 0 11111 111110 110110 11110 101101 100000

Color Harmonies of #75512C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75512C

Black with #75512C

Text Example


Text Example

White with #75512C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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