Html Css Color HEX #CA841D Ochre

📋 copy color: '#CA841D'

red 202 ◦ green 132 ◦ blue 29

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

Shades of Ochre #CA841D

Tints of Ochre #CA841D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.36%

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

R = 55.65%
G = 36.36%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#CA841D (or 0xCA841D) is known color: Ochre. HEX triplet: CA, 84 and 1D. RGB value is (202,132,29). Sum of RGB (Red+Green+Blue) = 202+132+29=363 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.65% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 29 (11.72% from 255 or 7.99% from 363); Max value from RGB is 202 - color contains mainly: red. Hex color #CA841D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA841D is #357BE2. Grayscale: #8D8D8D. Windows color (decimal): -3505123 or 1934538. OLE color: 1934538.

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

Color convert

RGB 202 132 29 -
CMYK 0 0.35 0.86 0.21
HSL 35.72º 0.75% 0.45% -
HSV(B) 35.72º 0.86% 0.79% -
XYZ 32.83 29.15 5.06 -
YUV 141.19 64.69 171.38 -
System Red Green Blue C M Y K H S L
Decimal 202 132 29 0 0.35 0.86 0.21 35.72 0.75 0.45
Hex CA 84 1D 0 23 56 15 24 4B 2D
Octal 312 204 35 0 43 126 25 44 113 55
Binary 11001010 10000100 11101 0 100011 1010110 10101 100100 1001011 101101

Color Harmonies of #CA841D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA841D

Black with #CA841D

Text Example


Text Example

White with #CA841D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA841D; }

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

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

background-color css

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

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

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

border-color css

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

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

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