Html Css Color HEX #CA721F Ochre

📋 copy color: '#CA721F'

red 202 ◦ green 114 ◦ blue 31

#CA721F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #CA721F

Tints of Ochre #CA721F

RGB

 RED value IS 202 (79.3% from 255) = 58.21%

 GREEN value IS 114 (44.92% from 255) = 32.85%

 BLUE value IS 31 (12.5% from 255) = 8.93%

R = 58.21%
G = 32.85%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#CA721F (or 0xCA721F) is known color: Ochre. HEX triplet: CA, 72 and 1F. RGB value is (202,114,31). Sum of RGB (Red+Green+Blue) = 202+114+31=347 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.21% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 31 (12.5% from 255 or 8.93% from 347); Max value from RGB is 202 - color contains mainly: red. Hex color #CA721F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA721F is #358DE0. Grayscale: #838383. Windows color (decimal): -3509729 or 2061002. OLE color: 2061002.

HSL color Cylindrical-coordinate representation of color #CA721F: hue angle of 29.12º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA721F is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 114 31 -
CMYK 0 0.44 0.85 0.21
HSL 29.12º 0.73% 0.46% -
HSV(B) 29.12º 0.85% 0.79% -
XYZ 30.62 24.69 4.45 -
YUV 130.85 71.65 178.75 -
System Red Green Blue C M Y K H S L
Decimal 202 114 31 0 0.44 0.85 0.21 29.12 0.73 0.46
Hex CA 72 1F 0 2C 55 15 1D 49 2E
Octal 312 162 37 0 54 125 25 35 111 56
Binary 11001010 1110010 11111 0 101100 1010101 10101 11101 1001001 101110

Color Harmonies of #CA721F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA721F

Black with #CA721F

Text Example


Text Example

White with #CA721F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA721F; }

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

 H1.HeaderClassName
 {
   color: #CA721F;
 }
 .AnyTagClassName
 {
   color: #CA721F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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