Html Css Color HEX #CA7321 Ochre

📋 copy color: '#CA7321'

red 202 ◦ green 115 ◦ blue 33

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

Shades of Ochre #CA7321

Tints of Ochre #CA7321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.43%

R = 57.71%
G = 32.86%
B = 9.43%

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

#CA7321 (or 0xCA7321) is known color: Ochre. HEX triplet: CA, 73 and 21. RGB value is (202,115,33). Sum of RGB (Red+Green+Blue) = 202+115+33=350 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.71% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 33 (13.28% from 255 or 9.43% from 350); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7321 is #358CDE. Grayscale: #848484. Windows color (decimal): -3509471 or 2192330. OLE color: 2192330.

HSL color Cylindrical-coordinate representation of color #CA7321: hue angle of 29.11º degrees, saturation: 0.72, 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 #CA7321 is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 115 33 -
CMYK 0 0.43 0.84 0.21
HSL 29.11º 0.72% 0.46% -
HSV(B) 29.11º 0.84% 0.79% -
XYZ 30.76 24.93 4.63 -
YUV 131.67 72.32 178.17 -
System Red Green Blue C M Y K H S L
Decimal 202 115 33 0 0.43 0.84 0.21 29.11 0.72 0.46
Hex CA 73 21 0 2B 54 15 1D 48 2E
Octal 312 163 41 0 53 124 25 35 110 56
Binary 11001010 1110011 100001 0 101011 1010100 10101 11101 1001000 101110

Color Harmonies of #CA7321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7321

Black with #CA7321

Text Example


Text Example

White with #CA7321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7321; }

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

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

background-color css

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

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

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

border-color css

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

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

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