Html Css Color HEX #CA731E Ochre

📋 copy color: '#CA731E'

red 202 ◦ green 115 ◦ blue 30

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

Shades of Ochre #CA731E

Tints of Ochre #CA731E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.65%

R = 58.21%
G = 33.14%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#CA731E (or 0xCA731E) is known color: Ochre. HEX triplet: CA, 73 and 1E. RGB value is (202,115,30). Sum of RGB (Red+Green+Blue) = 202+115+30=347 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.21% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 30 (12.11% from 255 or 8.65% from 347); Max value from RGB is 202 - color contains mainly: red. Hex color #CA731E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA731E is #358CE1. Grayscale: #838383. Windows color (decimal): -3509474 or 1995722. OLE color: 1995722.

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

Color convert

RGB 202 115 30 -
CMYK 0 0.43 0.85 0.21
HSL 29.65º 0.74% 0.45% -
HSV(B) 29.65º 0.85% 0.79% -
XYZ 30.72 24.91 4.42 -
YUV 131.32 70.82 178.41 -
System Red Green Blue C M Y K H S L
Decimal 202 115 30 0 0.43 0.85 0.21 29.65 0.74 0.45
Hex CA 73 1E 0 2B 55 15 1E 4A 2D
Octal 312 163 36 0 53 125 25 36 112 55
Binary 11001010 1110011 11110 0 101011 1010101 10101 11110 1001010 101101

Color Harmonies of #CA731E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA731E

Black with #CA731E

Text Example


Text Example

White with #CA731E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA731E; }

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

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

background-color css

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

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

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

border-color css

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

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

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