#CA741B

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

Shades of Ochre #CA741B

Tints of Ochre #CA741B

Color information

#CA741B (or 0xCA741B) is unknown color: approx Ochre. HEX triplet: CA, 74 and 1B. RGB value is (202,116,27). Sum of RGB (Red+Green+Blue) = 202+116+27=345 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.55% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 202 - color contains mainly: red. Hex color #CA741B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA741B is #358BE4. Grayscale: #848484. Windows color (decimal): -3509221 or 1799370. OLE color: 1799370.

HSL color Cylindrical-coordinate representation of color #CA741B: hue angle of 30.51º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA741B is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB20211627-
CMYK00.430.870.21
HSL30.51º76.42%44.9%-
HSV(B)30.51º86.63%79.22%-
XYZ30.825.134.26-
YUV131.5768.99178.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.55%
GREEN value IS 116 (45.70% from 255) = 33.62%
BLUE value IS 27 (10.94% from 255) = 7.83%
R=58.55%
G=33.62%
B=7.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.87
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021162700.430.870.2130.5176.4244.9
HexCA741B02B57151f4c2d
Octal31216433053127253711455
Binary110010101110100110110101011101011110101111111001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA741B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA741B; }

 p { color: rgb(202,116,27); }

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

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

 a { background-color: rgb(202,116,27); }

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

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

 span { border-color: rgb(202,116,27); }

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