Html Css Color HEX #CA7622 Ochre

📋 copy color: '#CA7622'

red 202 ◦ green 118 ◦ blue 34

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

Shades of Ochre #CA7622

Tints of Ochre #CA7622

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.33%

 BLUE value IS 34 (13.67% from 255) = 9.6%

R = 57.06%
G = 33.33%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#CA7622 (or 0xCA7622) is known color: Ochre. HEX triplet: CA, 76 and 22. RGB value is (202,118,34). Sum of RGB (Red+Green+Blue) = 202+118+34=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 34 (13.67% from 255 or 9.60% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7622 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7622 is #3589DD. Grayscale: #858585. Windows color (decimal): -3508702 or 2258634. OLE color: 2258634.

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

Color convert

RGB 202 118 34 -
CMYK 0 0.42 0.83 0.21
HSL 30º 0.71% 0.46% -
HSV(B) 30º 0.83% 0.79% -
XYZ 31.12 25.63 4.82 -
YUV 133.54 71.83 176.83 -
System Red Green Blue C M Y K H S L
Decimal 202 118 34 0 0.42 0.83 0.21 30 0.71 0.46
Hex CA 76 22 0 2A 53 15 1E 47 2E
Octal 312 166 42 0 52 123 25 36 107 56
Binary 11001010 1110110 100010 0 101010 1010011 10101 11110 1000111 101110

Color Harmonies of #CA7622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7622

Black with #CA7622

Text Example


Text Example

White with #CA7622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7622; }

 p { color: rgb(202,118,34); }

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

background-color css

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

 a { background-color: rgb(202,118,34); }

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

border-color css

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

 span { border-color: rgb(202,118,34); }

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