Html Css Color HEX #CA771F Ochre

📋 copy color: '#CA771F'

red 202 ◦ green 119 ◦ blue 31

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

Shades of Ochre #CA771F

Tints of Ochre #CA771F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.81%

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

R = 57.39%
G = 33.81%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#CA771F (or 0xCA771F) is known color: Ochre. HEX triplet: CA, 77 and 1F. RGB value is (202,119,31). Sum of RGB (Red+Green+Blue) = 202+119+31=352 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.39% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 31 (12.5% from 255 or 8.81% from 352); Max value from RGB is 202 - color contains mainly: red. Hex color #CA771F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA771F is #3588E0. Grayscale: #868686. Windows color (decimal): -3508449 or 2062282. OLE color: 2062282.

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

Color convert

RGB 202 119 31 -
CMYK 0 0.41 0.85 0.21
HSL 30.88º 0.73% 0.46% -
HSV(B) 30.88º 0.85% 0.79% -
XYZ 31.2 25.85 4.64 -
YUV 133.79 70 176.66 -
System Red Green Blue C M Y K H S L
Decimal 202 119 31 0 0.41 0.85 0.21 30.88 0.73 0.46
Hex CA 77 1F 0 29 55 15 1F 49 2E
Octal 312 167 37 0 51 125 25 37 111 56
Binary 11001010 1110111 11111 0 101001 1010101 10101 11111 1001001 101110

Color Harmonies of #CA771F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA771F

Black with #CA771F

Text Example


Text Example

White with #CA771F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA771F; }

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

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

background-color css

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

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

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

border-color css

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

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

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