Html Css Color HEX #CA8320 Ochre

📋 copy color: '#CA8320'

red 202 ◦ green 131 ◦ blue 32

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

Shades of Ochre #CA8320

Tints of Ochre #CA8320

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.89%

 BLUE value IS 32 (12.89% from 255) = 8.77%

R = 55.34%
G = 35.89%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#CA8320 (or 0xCA8320) is known color: Ochre. HEX triplet: CA, 83 and 20. RGB value is (202,131,32). Sum of RGB (Red+Green+Blue) = 202+131+32=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 32 (12.89% from 255 or 8.77% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8320 is #357CDF. Grayscale: #8D8D8D. Windows color (decimal): -3505376 or 2130890. OLE color: 2130890.

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

Color convert

RGB 202 131 32 -
CMYK 0 0.35 0.84 0.21
HSL 34.94º 0.73% 0.46% -
HSV(B) 34.94º 0.84% 0.79% -
XYZ 32.73 28.89 5.22 -
YUV 140.94 66.52 171.55 -
System Red Green Blue C M Y K H S L
Decimal 202 131 32 0 0.35 0.84 0.21 34.94 0.73 0.46
Hex CA 83 20 0 23 54 15 23 49 2E
Octal 312 203 40 0 43 124 25 43 111 56
Binary 11001010 10000011 100000 0 100011 1010100 10101 100011 1001001 101110

Color Harmonies of #CA8320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8320

Black with #CA8320

Text Example


Text Example

White with #CA8320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8320; }

 p { color: rgb(202,131,32); }

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

background-color css

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

 a { background-color: rgb(202,131,32); }

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

border-color css

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

 span { border-color: rgb(202,131,32); }

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