#CA721B

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

Shades of Ochre #CA721B

Tints of Ochre #CA721B

Color information

#CA721B (or 0xCA721B) is unknown color: approx Ochre. HEX triplet: CA, 72 and 1B. RGB value is (202,114,27). Sum of RGB (Red+Green+Blue) = 202+114+27=343 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.89% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 27 (10.94% from 255 or 7.87% from 343); Max value from RGB is 202 - color contains mainly: red. Hex color #CA721B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA721B is #358DE4. Grayscale: #828282. Windows color (decimal): -3509733 or 1798858. OLE color: 1798858.

HSL color Cylindrical-coordinate representation of color #CA721B: hue angle of 29.83º 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 #CA721B is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB20211427-
CMYK00.440.870.21
HSL29.83º76.42%44.9%-
HSV(B)29.83º86.63%79.22%-
XYZ30.5724.674.19-
YUV130.3969.65179.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.89%
GREEN value IS 114 (44.92% from 255) = 33.24%
BLUE value IS 27 (10.94% from 255) = 7.87%
R=58.89%
G=33.24%
B=7.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.87
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021142700.440.870.2129.8376.4244.9
HexCA721B02C57151e4c2d
Octal31216233054127253611455
Binary110010101110010110110101100101011110101111101001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA721B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA721B; }

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

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

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

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

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

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

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

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