Html Css Color HEX #CA7320 Ochre

📋 copy color: '#CA7320'

red 202 ◦ green 115 ◦ blue 32

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

Shades of Ochre #CA7320

Tints of Ochre #CA7320

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.95%

 BLUE value IS 32 (12.89% from 255) = 9.17%

R = 57.88%
G = 32.95%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#CA7320 (or 0xCA7320) is known color: Ochre. HEX triplet: CA, 73 and 20. RGB value is (202,115,32). Sum of RGB (Red+Green+Blue) = 202+115+32=349 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.88% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 32 (12.89% from 255 or 9.17% from 349); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7320 is #358CDF. Grayscale: #838383. Windows color (decimal): -3509472 or 2126794. OLE color: 2126794.

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

Color convert

RGB 202 115 32 -
CMYK 0 0.43 0.84 0.21
HSL 29.29º 0.73% 0.46% -
HSV(B) 29.29º 0.84% 0.79% -
XYZ 30.75 24.92 4.56 -
YUV 131.55 71.82 178.25 -
System Red Green Blue C M Y K H S L
Decimal 202 115 32 0 0.43 0.84 0.21 29.29 0.73 0.46
Hex CA 73 20 0 2B 54 15 1D 49 2E
Octal 312 163 40 0 53 124 25 35 111 56
Binary 11001010 1110011 100000 0 101011 1010100 10101 11101 1001001 101110

Color Harmonies of #CA7320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7320

Black with #CA7320

Text Example


Text Example

White with #CA7320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7320; }

 p { color: rgb(202,115,32); }

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

background-color css

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

 a { background-color: rgb(202,115,32); }

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

border-color css

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

 span { border-color: rgb(202,115,32); }

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