Html Css Color HEX #CA730D Ochre

📋 copy color: '#CA730D'

red 202 ◦ green 115 ◦ blue 13

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

Shades of Ochre #CA730D

Tints of Ochre #CA730D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.94%

R = 61.21%
G = 34.85%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#CA730D (or 0xCA730D) is known color: Ochre. HEX triplet: CA, 73 and 0D. RGB value is (202,115,13). Sum of RGB (Red+Green+Blue) = 202+115+13=330 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.21% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 13 (5.47% from 255 or 3.94% from 330); Max value from RGB is 202 - color contains mainly: red. Hex color #CA730D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA730D is #358CF2. Grayscale: #818181. Windows color (decimal): -3509491 or 881610. OLE color: 881610.

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

Color convert

RGB 202 115 13 -
CMYK 0 0.43 0.94 0.21
HSL 32.38º 0.88% 0.42% -
HSV(B) 32.38º 0.94% 0.79% -
XYZ 30.56 24.85 3.57 -
YUV 129.39 62.32 179.79 -
System Red Green Blue C M Y K H S L
Decimal 202 115 13 0 0.43 0.94 0.21 32.38 0.88 0.42
Hex CA 73 D 0 2B 5E 15 20 58 2A
Octal 312 163 15 0 53 136 25 40 130 52
Binary 11001010 1110011 1101 0 101011 1011110 10101 100000 1011000 101010

Color Harmonies of #CA730D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA730D

Black with #CA730D

Text Example


Text Example

White with #CA730D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA730D; }

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

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

background-color css

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

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

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

border-color css

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

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

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