#C4B77F

Color #C4B77F Yuma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yuma #C4B77F

Tints of Yuma #C4B77F

Color information

#C4B77F (or 0xC4B77F) is unknown color: approx Yuma. HEX triplet: C4, B7 and 7F. RGB value is (196,183,127). Sum of RGB (Red+Green+Blue) = 196+183+127=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 183 (71.88% from 255 or 36.17% from 506); Blue value is 127 (50% from 255 or 25.10% from 506); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B77F is #3B4880. Grayscale: #B4B4B4. Windows color (decimal): -3885185 or 8370116. OLE color: 8370116.

HSL color Cylindrical-coordinate representation of color #C4B77F: hue angle of 48.7º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C4B77F is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB196183127-
CMYK00.070.350.23
HSL48.7º36.9%63.33%-
HSV(B)48.7º35.2%76.86%-
XYZ43.5347.1426.88-
YUV180.597.81139.05-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.74%
GREEN value IS 183 (71.88% from 255) = 36.17%
BLUE value IS 127 (50% from 255) = 25.10%
R=38.74%
G=36.17%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618312700.070.350.2348.736.963.33
HexC4B77F07231731253f
Octal304267177074327614577
Binary11000100101101111111111011110001110111110001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B77F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B77F; }

 p { color: rgb(196,183,127); }

 H1.HeaderClassName
 {
   color: #C4B77F;
 }
 .AnyTagClassName
 {
   color: #C4B77F;
 }
</style>
background-color css

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

 a { background-color: rgb(196,183,127); }

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

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

 span { border-color: rgb(196,183,127); }

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