Html Css Color HEX #CA741F Ochre

📋 copy color: '#CA741F'

red 202 ◦ green 116 ◦ blue 31

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

Shades of Ochre #CA741F

Tints of Ochre #CA741F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.24%

 BLUE value IS 31 (12.5% from 255) = 8.88%

R = 57.88%
G = 33.24%
B = 8.88%

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

#CA741F (or 0xCA741F) is known color: Ochre. HEX triplet: CA, 74 and 1F. RGB value is (202,116,31). Sum of RGB (Red+Green+Blue) = 202+116+31=349 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.88% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 31 (12.5% from 255 or 8.88% from 349); Max value from RGB is 202 - color contains mainly: red. Hex color #CA741F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA741F is #358BE0. Grayscale: #848484. Windows color (decimal): -3509217 or 2061514. OLE color: 2061514.

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

Color convert

RGB 202 116 31 -
CMYK 0 0.43 0.85 0.21
HSL 29.82º 0.73% 0.46% -
HSV(B) 29.82º 0.85% 0.79% -
XYZ 30.85 25.15 4.52 -
YUV 132.02 70.99 177.91 -
System Red Green Blue C M Y K H S L
Decimal 202 116 31 0 0.43 0.85 0.21 29.82 0.73 0.46
Hex CA 74 1F 0 2B 55 15 1E 49 2E
Octal 312 164 37 0 53 125 25 36 111 56
Binary 11001010 1110100 11111 0 101011 1010101 10101 11110 1001001 101110

Color Harmonies of #CA741F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA741F

Black with #CA741F

Text Example


Text Example

White with #CA741F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA741F; }

 p { color: rgb(202,116,31); }

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

background-color css

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

 a { background-color: rgb(202,116,31); }

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

border-color css

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

 span { border-color: rgb(202,116,31); }

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