Html Css Color HEX #CA790D Ochre

📋 copy color: '#CA790D'

red 202 ◦ green 121 ◦ blue 13

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

Shades of Ochre #CA790D

Tints of Ochre #CA790D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.01%

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

R = 60.12%
G = 36.01%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#CA790D (or 0xCA790D) is known color: Ochre. HEX triplet: CA, 79 and 0D. RGB value is (202,121,13). Sum of RGB (Red+Green+Blue) = 202+121+13=336 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.12% from 336); Green value is 121 (47.66% from 255 or 36.01% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 202 - color contains mainly: red. Hex color #CA790D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA790D is #3586F2. Grayscale: #858585. Windows color (decimal): -3507955 or 883146. OLE color: 883146.

HSL color Cylindrical-coordinate representation of color #CA790D: hue angle of 34.29º 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 #CA790D is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 121 13 -
CMYK 0 0.40 0.94 0.21
HSL 34.29º 0.88% 0.42% -
HSV(B) 34.29º 0.94% 0.79% -
XYZ 31.27 26.26 3.8 -
YUV 132.91 60.34 177.28 -
System Red Green Blue C M Y K H S L
Decimal 202 121 13 0 0.40 0.94 0.21 34.29 0.88 0.42
Hex CA 79 D 0 28 5E 15 22 58 2A
Octal 312 171 15 0 50 136 25 42 130 52
Binary 11001010 1111001 1101 0 101000 1011110 10101 100010 1011000 101010

Color Harmonies of #CA790D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA790D

Black with #CA790D

Text Example


Text Example

White with #CA790D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA790D; }

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

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

background-color css

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

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

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

border-color css

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

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

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