#CB7B45

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

Shades of Raw Sienna #CB7B45

Tints of Raw Sienna #CB7B45

Color information

#CB7B45 (or 0xCB7B45) is unknown color: approx Raw Sienna. HEX triplet: CB, 7B and 45. RGB value is (203,123,69). Sum of RGB (Red+Green+Blue) = 203+123+69=395 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.39% from 395); Green value is 123 (48.44% from 255 or 31.14% from 395); Blue value is 69 (27.34% from 255 or 17.47% from 395); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7B45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7B45 is #3484BA. Grayscale: #8D8D8D. Windows color (decimal): -3441851 or 4553675. OLE color: 4553675.

HSL color Cylindrical-coordinate representation of color #CB7B45: hue angle of 24.18º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB7B45 is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB20312369-
CMYK00.390.660.20
HSL24.18º56.3%53.33%-
HSV(B)24.18º66.01%79.61%-
XYZ32.7927.299.17-
YUV140.7687.5172.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.39%
GREEN value IS 123 (48.44% from 255) = 31.14%
BLUE value IS 69 (27.34% from 255) = 17.47%
R=51.39%
G=31.14%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031236900.390.660.2024.1856.353.33
HexCB7B450274214183835
Octal31317310504710224307065
Binary1100101111110111000101010011110000101010011000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7B45; }

 p { color: rgb(203,123,69); }

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

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

 a { background-color: rgb(203,123,69); }

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

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

 span { border-color: rgb(203,123,69); }

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