Html Css Color HEX #CA831E Ochre

📋 copy color: '#CA831E'

red 202 ◦ green 131 ◦ blue 30

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

Shades of Ochre #CA831E

Tints of Ochre #CA831E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.26%

R = 55.65%
G = 36.09%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#CA831E (or 0xCA831E) is known color: Ochre. HEX triplet: CA, 83 and 1E. RGB value is (202,131,30). Sum of RGB (Red+Green+Blue) = 202+131+30=363 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.65% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 30 (12.11% from 255 or 8.26% from 363); Max value from RGB is 202 - color contains mainly: red. Hex color #CA831E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA831E is #357CE1. Grayscale: #8D8D8D. Windows color (decimal): -3505378 or 1999818. OLE color: 1999818.

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

Color convert

RGB 202 131 30 -
CMYK 0 0.35 0.85 0.21
HSL 35.23º 0.74% 0.45% -
HSV(B) 35.23º 0.85% 0.79% -
XYZ 32.71 28.88 5.08 -
YUV 140.72 65.52 171.71 -
System Red Green Blue C M Y K H S L
Decimal 202 131 30 0 0.35 0.85 0.21 35.23 0.74 0.45
Hex CA 83 1E 0 23 55 15 23 4A 2D
Octal 312 203 36 0 43 125 25 43 112 55
Binary 11001010 10000011 11110 0 100011 1010101 10101 100011 1001010 101101

Color Harmonies of #CA831E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA831E

Black with #CA831E

Text Example


Text Example

White with #CA831E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA831E; }

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

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

background-color css

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

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

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

border-color css

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

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

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