Html Css Color HEX #CA8319 Ochre

📋 copy color: '#CA8319'

red 202 ◦ green 131 ◦ blue 25

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

Shades of Ochre #CA8319

Tints of Ochre #CA8319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.98%

R = 56.42%
G = 36.59%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CA8319 (or 0xCA8319) is known color: Ochre. HEX triplet: CA, 83 and 19. RGB value is (202,131,25). Sum of RGB (Red+Green+Blue) = 202+131+25=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 25 (10.16% from 255 or 6.98% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8319 is #357CE6. Grayscale: #8C8C8C. Windows color (decimal): -3505383 or 1672138. OLE color: 1672138.

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

Color convert

RGB 202 131 25 -
CMYK 0 0.35 0.88 0.21
HSL 35.93º 0.78% 0.45% -
HSV(B) 35.93º 0.88% 0.79% -
XYZ 32.65 28.86 4.77 -
YUV 140.15 63.02 172.12 -
System Red Green Blue C M Y K H S L
Decimal 202 131 25 0 0.35 0.88 0.21 35.93 0.78 0.45
Hex CA 83 19 0 23 58 15 24 4E 2D
Octal 312 203 31 0 43 130 25 44 116 55
Binary 11001010 10000011 11001 0 100011 1011000 10101 100100 1001110 101101

Color Harmonies of #CA8319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8319

Black with #CA8319

Text Example


Text Example

White with #CA8319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8319; }

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

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

background-color css

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

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

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

border-color css

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

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

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