Html Css Color HEX #CA7313 Ochre

📋 copy color: '#CA7313'

red 202 ◦ green 115 ◦ blue 19

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

Shades of Ochre #CA7313

Tints of Ochre #CA7313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.65%

R = 60.12%
G = 34.23%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#CA7313 (or 0xCA7313) is known color: Ochre. HEX triplet: CA, 73 and 13. RGB value is (202,115,19). Sum of RGB (Red+Green+Blue) = 202+115+19=336 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.12% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 19 (7.81% from 255 or 5.65% from 336); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7313 is #358CEC. Grayscale: #828282. Windows color (decimal): -3509485 or 1274826. OLE color: 1274826.

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

Color convert

RGB 202 115 19 -
CMYK 0 0.43 0.91 0.21
HSL 31.48º 0.83% 0.43% -
HSV(B) 31.48º 0.91% 0.79% -
XYZ 30.61 24.87 3.8 -
YUV 130.07 65.32 179.31 -
System Red Green Blue C M Y K H S L
Decimal 202 115 19 0 0.43 0.91 0.21 31.48 0.83 0.43
Hex CA 73 13 0 2B 5B 15 1F 53 2B
Octal 312 163 23 0 53 133 25 37 123 53
Binary 11001010 1110011 10011 0 101011 1011011 10101 11111 1010011 101011

Color Harmonies of #CA7313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7313

Black with #CA7313

Text Example


Text Example

White with #CA7313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7313; }

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

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

background-color css

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

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

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

border-color css

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

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

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