#b75e23

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

Shades of Christine #B75E23

Tints of Christine #B75E23

Color information

#B75E23 (or 0xB75E23) is unknown color: approx Christine. HEX triplet: B7, 5E and 23. RGB value is (183,94,35). Sum of RGB (Red+Green+Blue) = 183+94+35=312 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.65% from 312); Green value is 94 (37.11% from 255 or 30.13% from 312); Blue value is 35 (14.06% from 255 or 11.22% from 312); Max value from RGB is 183 - color contains mainly: red. Hex color #B75E23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75E23 is #48A1DC. Grayscale: #727272. Windows color (decimal): -4760029 or 2318007. OLE color: 2318007.

HSL color Cylindrical-coordinate representation of color #B75E23: hue angle of 23.92º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B75E23 is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.28.

Color convert

RGB1839435-
CMYK00.490.810.28
HSL23.92º67.89%42.75%-
HSV(B)23.92º80.87%71.76%-
XYZ23.8318.193.85-
YUV113.8883.49177.3-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 58.65%
GREEN value IS 94 (37.11% from 255) = 30.13%
BLUE value IS 35 (14.06% from 255) = 11.22%
R=58.65%
G=30.13%
B=11.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.81
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183943500.490.810.2823.9267.8942.75
HexB75E23031511C18442b
Octal26713643061121343010453
Binary1011011110111101000110110001101000111100110001000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b75e23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b75e23; }

 p { color: rgb(183,94,35); }

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

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

 a { background-color: rgb(183,94,35); }

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

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

 span { border-color: rgb(183,94,35); }

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