Html Css Color HEX #CA7328 Ochre

📋 copy color: '#CA7328'

red 202 ◦ green 115 ◦ blue 40

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

Shades of Ochre #CA7328

Tints of Ochre #CA7328

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.21%

 BLUE value IS 40 (16.02% from 255) = 11.2%

R = 56.58%
G = 32.21%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CA7328 (or 0xCA7328) is known color: Ochre. HEX triplet: CA, 73 and 28. RGB value is (202,115,40). Sum of RGB (Red+Green+Blue) = 202+115+40=357 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.58% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 40 (16.02% from 255 or 11.20% from 357); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7328 is #358CD7. Grayscale: #848484. Windows color (decimal): -3509464 or 2651082. OLE color: 2651082.

HSL color Cylindrical-coordinate representation of color #CA7328: hue angle of 27.78º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA7328 is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 115 40 -
CMYK 0 0.43 0.80 0.21
HSL 27.78º 0.67% 0.47% -
HSV(B) 27.78º 0.8% 0.79% -
XYZ 30.87 24.97 5.2 -
YUV 132.46 75.82 177.6 -
System Red Green Blue C M Y K H S L
Decimal 202 115 40 0 0.43 0.80 0.21 27.78 0.67 0.47
Hex CA 73 28 0 2B 50 15 1C 43 2F
Octal 312 163 50 0 53 120 25 34 103 57
Binary 11001010 1110011 101000 0 101011 1010000 10101 11100 1000011 101111

Color Harmonies of #CA7328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7328

Black with #CA7328

Text Example


Text Example

White with #CA7328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7328; }

 p { color: rgb(202,115,40); }

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

background-color css

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

 a { background-color: rgb(202,115,40); }

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

border-color css

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

 span { border-color: rgb(202,115,40); }

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