Html Css Color HEX #CA741B Ochre

📋 copy color: '#CA741B'

red 202 ◦ green 116 ◦ blue 27

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

Shades of Ochre #CA741B

Tints of Ochre #CA741B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.83%

R = 58.55%
G = 33.62%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#CA741B (or 0xCA741B) is known color: Ochre. HEX triplet: CA, 74 and 1B. RGB value is (202,116,27). Sum of RGB (Red+Green+Blue) = 202+116+27=345 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.55% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 202 - color contains mainly: red. Hex color #CA741B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA741B is #358BE4. Grayscale: #848484. Windows color (decimal): -3509221 or 1799370. OLE color: 1799370.

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

Color convert

RGB 202 116 27 -
CMYK 0 0.43 0.87 0.21
HSL 30.51º 0.76% 0.45% -
HSV(B) 30.51º 0.87% 0.79% -
XYZ 30.8 25.13 4.26 -
YUV 131.57 68.99 178.24 -
System Red Green Blue C M Y K H S L
Decimal 202 116 27 0 0.43 0.87 0.21 30.51 0.76 0.45
Hex CA 74 1B 0 2B 57 15 1F 4C 2D
Octal 312 164 33 0 53 127 25 37 114 55
Binary 11001010 1110100 11011 0 101011 1010111 10101 11111 1001100 101101

Color Harmonies of #CA741B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA741B

Black with #CA741B

Text Example


Text Example

White with #CA741B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA741B; }

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

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

background-color css

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

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

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

border-color css

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

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

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