Html Css Color HEX #CA731D Ochre

📋 copy color: '#CA731D'

red 202 ◦ green 115 ◦ blue 29

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

Shades of Ochre #CA731D

Tints of Ochre #CA731D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.38%

R = 58.38%
G = 33.24%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#CA731D (or 0xCA731D) is known color: Ochre. HEX triplet: CA, 73 and 1D. RGB value is (202,115,29). Sum of RGB (Red+Green+Blue) = 202+115+29=346 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.38% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 29 (11.72% from 255 or 8.38% from 346); Max value from RGB is 202 - color contains mainly: red. Hex color #CA731D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA731D is #358CE2. Grayscale: #838383. Windows color (decimal): -3509475 or 1930186. OLE color: 1930186.

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

Color convert

RGB 202 115 29 -
CMYK 0 0.43 0.86 0.21
HSL 29.83º 0.75% 0.45% -
HSV(B) 29.83º 0.86% 0.79% -
XYZ 30.71 24.91 4.35 -
YUV 131.21 70.32 178.49 -
System Red Green Blue C M Y K H S L
Decimal 202 115 29 0 0.43 0.86 0.21 29.83 0.75 0.45
Hex CA 73 1D 0 2B 56 15 1E 4B 2D
Octal 312 163 35 0 53 126 25 36 113 55
Binary 11001010 1110011 11101 0 101011 1010110 10101 11110 1001011 101101

Color Harmonies of #CA731D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA731D

Black with #CA731D

Text Example


Text Example

White with #CA731D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA731D; }

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

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

background-color css

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

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

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

border-color css

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

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

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