Html Css Color HEX #CA7319 Ochre

📋 copy color: '#CA7319'

red 202 ◦ green 115 ◦ blue 25

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

Shades of Ochre #CA7319

Tints of Ochre #CA7319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.31%

R = 59.06%
G = 33.63%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CA7319 (or 0xCA7319) is known color: Ochre. HEX triplet: CA, 73 and 19. RGB value is (202,115,25). Sum of RGB (Red+Green+Blue) = 202+115+25=342 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.06% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 25 (10.16% from 255 or 7.31% from 342); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7319 is #358CE6. Grayscale: #838383. Windows color (decimal): -3509479 or 1668042. OLE color: 1668042.

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

Color convert

RGB 202 115 25 -
CMYK 0 0.43 0.88 0.21
HSL 30.51º 0.78% 0.45% -
HSV(B) 30.51º 0.88% 0.79% -
XYZ 30.66 24.89 4.11 -
YUV 130.75 68.32 178.82 -
System Red Green Blue C M Y K H S L
Decimal 202 115 25 0 0.43 0.88 0.21 30.51 0.78 0.45
Hex CA 73 19 0 2B 58 15 1F 4E 2D
Octal 312 163 31 0 53 130 25 37 116 55
Binary 11001010 1110011 11001 0 101011 1011000 10101 11111 1001110 101101

Color Harmonies of #CA7319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7319

Black with #CA7319

Text Example


Text Example

White with #CA7319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7319; }

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

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

background-color css

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

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

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

border-color css

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

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

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